-
-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
When I try to import the iframe-resizer module into my webpack project, using syntax require('iframe-resizer) or import iframe-resizer, I got the following error:
ERROR in ./node_modules/iframe-resizer/index.js
Module not found: Error: Can't resolve './js' in '/home/antoine/swh/swh-environment/swh-web/node_modules/iframe-resizer'
@ ./node_modules/iframe-resizer/index.js 3:17-32
@ ./swh/web/assets/src/bundles/vendors/index.js
@ multi bundles/vendors/index.js
My guess is that the index file inside the js folder is named Index.js but it should be named index.js (no uppercase characters).
Metadata
Metadata
Assignees
Labels
No labels