Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
sets minimize to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodiss, Paul authored and Jodiss, Paul committed May 2, 2019
1 parent 3dbf25d commit 15d363f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ module.exports = {
presets: ['react', 'env', 'es2015'],
plugins: ['transform-class-properties', 'transform-object-rest-spread']
}
}
]},
externals: [nodeExternals()],
plugins: [
// new webpack.optimize.UglifyJsPlugin()
]
}
]
},
externals: [nodeExternals()],
plugins: [],
optimization: {
minimize: false
}
}

0 comments on commit 15d363f

Please sign in to comment.