Don't minify local benchmarks build

This commit is contained in:
Nicolas Gallagher
2018-12-24 13:35:21 +00:00
parent 9fe9d3c68a
commit ada5651be2
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -12,6 +12,9 @@ module.exports = {
path: path.resolve(appDirectory, 'dist'),
filename: 'bundle.js'
},
optimization: {
minimize: process.env.NODE_ENV === 'production'
},
module: {
rules: [
{