UglifyJS throws error, disabled for now.

This commit is contained in:
2020-07-19 16:15:09 +02:00
parent fb5365048c
commit 29f1eef759

View File

@@ -38,11 +38,11 @@ const webpackConfig = merge(commonConfig(false), {
preset: ["default", { discardComments: { removeAll: true } }]
}
}),
new UglifyJSPlugin({
cache: true,
parallel: false,
sourceMap: !isProd
})
// new UglifyJSPlugin({
// cache: true,
// parallel: false,
// sourceMap: !isProd
// })
]
},
plugins: [