-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
On the latest f7 Vite is the only bundler available and throws this error while build:
node_modules/vite/dist/node/chunks/dep-36bf480c.js:43807:10: error: [plugin: vite:dep-scan] Failed to resolve entry for package "framework7-plugin-keypad". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "framework7-plugin-keypad". The package may have incorrect main/module/exports specified in its package.json.
Upon Inspect I came to this stacktrace:
src/js/app.js:4:29: note: The plugin "vite:dep-scan" was triggered by this import 4 │ import Framework7Keypad from 'framework7-plugin-keypad';
I checked the package.json
file for the plugin and everything looks ok to me. Any suggestions?
Metadata
Metadata
Assignees
Labels
No labels