lib/install/config/webpack/production.js in webpacker-1.1 vs lib/install/config/webpack/production.js in webpacker-1.2

- old
+ new

@@ -1,6 +1,7 @@ +// Note: You must restart bin/webpack-dev-server for changes to take effect + /* eslint global-require: 0 */ -// Note: You must run bin/webpack for changes to take effect const webpack = require('webpack') const merge = require('webpack-merge') const CompressionPlugin = require('compression-webpack-plugin') const sharedConfig = require('./shared.js')