mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Add dedupe webpack plugin for production builds
This commit is contained in:
parent
1a8691bc53
commit
c13a24a107
@ -82,6 +82,7 @@ const PLUGINS = [
|
||||
];
|
||||
|
||||
const PROD_PLUGINS = [
|
||||
new webpack.optimize.DedupePlugin(),
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
compress: {
|
||||
warnings: false
|
||||
|
Loading…
Reference in New Issue
Block a user