[chore] Minimize bundle for production builds.

Although the files are GZIP'd when served up, this cuts their raw size to
under half.
This commit is contained in:
Steven Evans 2018-07-09 10:59:05 -04:00
parent 0e2cb9b189
commit 16c8d6f38c

@ -47,7 +47,7 @@ module.exports = (env, argv) => ({
concatenateModules: false,
namedModules: false,
namedChunks: false,
minimize: false,
minimize: argv.mode !== 'development',
portableRecords: true
},
devServer: {