-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
a few things to consider:
- is it worth it? it'll introduce too many issues, for stuff that will eventually be supported natively in the browsers
- in-browser transpile will generate too much garbage, might be killing the live performance, maybe have a backend service and post es6 code, get es5 back?
- we already have code with es6 style import/export so maybe a regex replace solution to commonjs require/exports?
- this needs to be addressed before import modules #5
Metadata
Metadata
Assignees
Labels
No labels