This repository was archived by the owner on Aug 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
Enable ES2015 syntax #15
Comments
I'll try to update all loaders when webpack 2 is stable... |
Seems pretty stable now https://github.com/webpack/webpack/releases/tag/v2.1.0-beta.25 |
Closed
#15 has the fix for this. It will be released around the webpack v2 stable release. |
Since |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add a flag/option to use the new export syntax added in ES2015 instead of module.exports.
Tools like babel used for post-processing might not be configured to recognize both module.exports/require and export/import.
This is a low priority issue, though should be (I think) easy to add.
The text was updated successfully, but these errors were encountered: