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: [
new TerserPlugin({
test: /\.js$/,
extractComments: false,
terserOptions: {
ecma: 5,
mangle: true,