mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
remove UglifyJsPlugin
This commit is contained in:
parent
81df751473
commit
40b9ae9599
1 changed files with 1 additions and 5 deletions
|
|
@ -45,11 +45,7 @@ module.exports = (env) => {
|
|||
new webpack.DefinePlugin({
|
||||
'process.env.NODE_ENV': isDevBuild ? '"development"' : '"production"'
|
||||
})
|
||||
].concat(isDevBuild
|
||||
? []
|
||||
: [
|
||||
new webpack.optimize.UglifyJsPlugin()
|
||||
])
|
||||
]
|
||||
}
|
||||
];
|
||||
};
|
||||
Loading…
Reference in a new issue