Incrementally builds and bundle your source files + outputs a fully es5 compliant JavaScript code!
Webpack is configured to mutualize common module code in a commons file and vendor in another!
yarn global add webpack@3
yarn
webpack --progress --watch
Some warnings are printed but they're harmless. Check that the js/index.js and js/vendor.js have correctly been generated.
Open index.html in your browser and watch console