fixed comments in output

This commit is contained in:
antelle 2019-09-28 15:49:04 +02:00
parent 0dd4fa666a
commit 7dbac45670
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ function config(grunt, mode = 'production') {
},
minimizer: [
new TerserPlugin({
extractComments: false,
extractComments: 'never-extract-comments',
terserOptions: {
ecma: 6
}