Learnlog

Learnlog

1151 bookmarks
Custom sorting
How can I use ES6 in webpack.config.js?
How can I use ES6 in webpack.config.js?
The file gets parsed by node.js, which doesn't support es6 by default. There are command line flags to turn this on, but I don't know what they are.
·stackoverflow.com·
How can I use ES6 in webpack.config.js?
Writing a Plugin | webpack
Writing a Plugin | webpack
Plugins expose the full potential of the webpack engine to third-party developers. Using staged build callbacks, developers can introduce their own behaviors into the webpack build process.
·webpack.js.org·
Writing a Plugin | webpack