framework7-plugin-keypad
framework7-plugin-keypad copied to clipboard
Framework7.use(Framework7Keypad) crashes after upgrading from F7 4.4.6 to 5.1.1
TypeError: module is undefinedclass.js:103
installModule class.js:103
use class.js:130
nyw8 gcu.tsx:18
Webpack 4
__webpack_require__
checkDeferredModules
webpackJsonpCallback
<anonym>
Try
// import Framework7 from 'framework7/framework7.esm.bundle.js';
import * as Framework7 from 'framework7/js/framework7.bundle.min.js';
That works for me but clearly that is not efficient.