-
-
Notifications
You must be signed in to change notification settings - Fork 752
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
For when feathers for babel 7 ? #678
Comments
I was not aware that there is an official version of Babel 7. Anyway, Feathers will be using ES6 imports natively only once it is officially enabled in all Node versions that Feathers supports. For now we are actually going back to A Feathers v3 client build will be even smaller already (at about 8k min+gziped) so I don't think there is that much of a benefit from tree shaking. |
yes it's not really about tree-shaking but compatibility with babel 7 who will become standard. |
We'll be removing Babel completely in the next version so there isn't really a reason to upgrade to v7. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs. |
I saw that feathers still use old plugin add-module-export and the code module is babel 6
When do you think you will update code to support babel7 ? (to allow common-js and tree shaking)
The text was updated successfully, but these errors were encountered: