-
Notifications
You must be signed in to change notification settings - Fork 8
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
Uncaught TypeError: Cannot read property 'dom' of undefined #8
Comments
Thanks for filing the issue! Can you try to feed the result into https://www.npmjs.com/package/source-map-explorer directly and see if the this might be a bug in source-map-explorer? Alternatively it could be the |
Removing the After saving the bundle from After I ran Not completely sure if these are the standard steps to succeed tho :D |
Hi Denis! Thanks that is very helpful! Could you check out this PR and try to see if it works? You can start the tool locally just with |
Unfortunatly the prepare script is failing for me probably because I'm on windows and I will look into the solution for windows later and let you know. |
@JonnyBurger sorry for the delay. I just tried out your PR but unfortunately without success :/ Do not worry to close this issue and reopen it when someone else runs into this issue as well. |
Thanks for getting back! |
While trying to run
npx visualize-bundle -a -d -o ./
, I'm running into an issue on the generated html fileUncaught TypeError: Cannot read property 'dom' of undefined
.If you need any more details on this issue, please let me know. Thanks
The text was updated successfully, but these errors were encountered: