disable comments extraction

This commit is contained in:
NikolaBorislavovHristov 2019-09-30 10:51:15 +03:00
parent b9aef45440
commit eb60a7dd0c

View file

@ -110,6 +110,7 @@ module.exports = {
minimizer: [ minimizer: [
new TerserPlugin({ new TerserPlugin({
test: /\.js$/, test: /\.js$/,
extractComments: false,
terserOptions: { terserOptions: {
ecma: 5, ecma: 5,
mangle: true, mangle: true,