-
-
Notifications
You must be signed in to change notification settings - Fork 983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't import iframe-resizer with webpack #674
Comments
Argh, will try and take a look this evening |
If you have a moment to make a PR, that will help, my day job blocks access to github :( |
PR #675 opened fixing the issue (I have tested locally and the import error goes away). |
Cool I will publish this tonight when I get home, thanks for the help |
Literally came across this issue 5 minutes ago, what timing! |
Published as v4.0.4, sorry for the silly mistake and thanks for the help |
Problem persists in angular 12 |
When I try to import the
iframe-resizer
module into my webpack project, using syntaxrequire('iframe-resizer)
orimport iframe-resizer
, I got the following error:My guess is that the index file inside the
js
folder is namedIndex.js
but it should be namedindex.js
(no uppercase characters).The text was updated successfully, but these errors were encountered: