Skip to content
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

FF<66 Does not support import() #4

Open
bennypowers opened this issue Jan 6, 2019 · 1 comment
Open

FF<66 Does not support import() #4

bennypowers opened this issue Jan 6, 2019 · 1 comment
Labels
enhancement New feature or request feature: wip

Comments

@bennypowers
Copy link

Please consider transpiling to AMD or other such solution for the demo. Preferably, using differential serving to reserve transformed builds for incapable browsers only.

Best,
B

@eavichay
Copy link
Owner

I Agree.
Since all showroom commands on the server-side are reflected to commands with the same name on the client-side (without the await part as they are not async) I should be adding in-browser test runner.

Regarding dynamic imports there is a polyfill that can be added to the HTML (main config file).
Haven't yet tried it, theoretically should work.

Will update.

@eavichay eavichay added enhancement New feature or request feature: wip labels May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: wip
Projects
None yet
Development

No branches or pull requests

2 participants