-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
refactor: dynamic import for assets #2233
Conversation
Amazing :) If you want to send this in pieces, it would be awesome. |
Will soon send some smaller pieces from this. |
@marcoscaceres This contains asset loading part and karma part... The former is okay, but the latter requires Chrome because it's the only browser that supports dynamic import now. Should we wait until Firefox stable enables dynamic import? |
No, I don't think we should wait... If we want to test against Firefox, we could figure out how to enable them via setting |
Currently blocked bymarked
dependency incore/utils
:ES modules cannot reference a package via its package namemarked
does not have a ES module distributionThe first problem can be fixed by import maps but currently only Chrome beta 74 implements it. The second one is being worked on but it seems not to be active now.Resolved by #2240