-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add support to transpile modules inside node_modules #1011
Comments
Hey @muhajirframe. Thanks for reference, we will keep track of comments and adding if actually needed. However i've not seen any popular library exporting not transpiled version (can you list some?). For tree shaking and advanced optimization, modules should create special |
From #1080 @lcx960324:
|
See ccxt/ccxt#225 (comment) (a solution that adds a Babel rule for transpiling a specific ES6 module in the |
To add some keywords for those googling: we had an issue with fat arrows not being transpiled and failing in IE11. To find out what was causing it I just searched for |
We may ship https://github.com/AndersDJohnson/webpack-babel-env-deps into nuxt to support transition |
@pi0 any updates on including https://github.com/AndersDJohnson/webpack-babel-env-deps into nuxt? |
I'm also interested by this feature, I can use |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
For all folks coming around: https://nuxtjs.org/api/configuration-build/#transpile There is manual support for it. |
Take a look at vercel/next.js#706 .
I think it is necassary. Last time I tested, nuxtjs does transpile it in development mode. But not in production.
The text was updated successfully, but these errors were encountered: