-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Nested import.meta issue + no event trigger #400
Comments
it turns out it's a nested dynamic-import issue same issue at #275 I was able to resolve the issue by doing
some issues still persist on ShimMode ON |
Disregard my blank page. I was Adding my router in window.addEventListener( 'load' ) and it's not being triggered not even once. |
The specifier error is correct in polyfill mode, as the native loader has to fail before the polyfill kicks in. In both scenarios it seems you have a blank page? It would be great if you could share the bug / error that points to |
Yes, both page werre blank in both modes. It was my bad I was unsure of the problem at first but after using shim mode it points out the specific line where it failed. Its's all good.
I may have to get back with you for that and try If I can reproduce the issue on sandbox. |
I've come across es-module-shims because I wanted to add <script type="importmap"></script> on an eletron app that has lower chromium version
I follow through Usage but I couldn't find a documentation or issue that relates to mine.
for the record I've tried adding simple module script like
It does work and shows loggings so it somehow runs but from my /app.js it shows the error
EDIT:
also tried it on shimMode using
module-shim
I've got these specific error on a normal web browser that support ESMOriginal code is:
The text was updated successfully, but these errors were encountered: