Jul 27, 2017 · 1 min read
Webpack will execute the code and copy asset files automatically whenever you run webpack script.
See webpack's documentation https://webpack.js.org/guides/installation/, to see how to run it. One option is to run the local installation of webpack by executing node_modules/.bin/webpack in your terminal
