run webpack dev ./node_modules/.bin/webpack --watch --config webpack.dev.js We can run the production build with: ./node_modules/.bin/webpack --config webpack.prod.js