DOCS: output.ecmaVersion in Webpack 4 documentation
See original GitHub issueLooks like output.ecmaVersion feature is in master but it is not supported in 4.41.5.
Unfortunately, it is mentioned in v4 documentation which is quite confusing: https://webpack.js.org/configuration/output/#outputecmaversion
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Output - webpack
The top-level output key contains a set of options instructing webpack on how and where it should output your bundles, assets, and anything...
Read more >How can I use ES6 in webpack.config.js? - Stack Overflow
Try naming your config as webpack.config.babel.js . You should have babel-register included in the project. Example at react-router-bootstrap.
Read more >eslint - Neutrino.JS
tests], exclude: [], eslint: { // For supported options, see: // https://github.com/webpack-contrib/eslint-loader#options // https://eslint.org/docs/developer- ...
Read more >Babel · The compiler for next generation JavaScript
Babel is a JavaScript compiler. Use next generation JavaScript, today. Babel 7.20 is released! Please read our blog post for highlights and changelog...
Read more >acorn - npm
For questions and discussion, please use the Tern discussion forum. Installation. The easiest way to install acorn is from npm : npm install ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes, I got it. But as I said, Its mentioned in v4 documentation.
See the badge:
Sorry, that badge is not for the documentation. We will change it later. For v4 docs please use https://v4.webpack.js.org/, we are working in ways to show docs version.