Fix socket connectivity on production.
Fix unused variable warnings.
This commit is contained in:
parent
5bb6584286
commit
7ff72c56c5
4 changed files with 5 additions and 4 deletions
|
@ -8,7 +8,7 @@ const CopyWebpackPlugin = require('copy-webpack-plugin');
|
|||
module.exports = (env, options) => ({
|
||||
optimization: {
|
||||
minimizer: [
|
||||
new UglifyJsPlugin({ cache: true, parallel: true, sourceMap: false }),
|
||||
// new UglifyJsPlugin({ cache: true, parallel: true, sourceMap: false }),
|
||||
new OptimizeCSSAssetsPlugin({})
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue