You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would make it easier to write large and modular applications if the ES6 / Babel had a support for modules and exports.
To my limited understanding, what this probably needs is to compiles something like requireJS or SystemJS with Babel. Module syntax seems to compile OK already now with Workbench Alpha2, but the resulting es5 code fails with missing a require() function for loading the imports.
The text was updated successfully, but these errors were encountered:
It would make it easier to write large and modular applications if the ES6 / Babel had a support for modules and exports.
To my limited understanding, what this probably needs is to compiles something like requireJS or SystemJS with Babel. Module syntax seems to compile OK already now with Workbench Alpha2, but the resulting es5 code fails with missing a require() function for loading the imports.
The text was updated successfully, but these errors were encountered: