disable terser warnings

This commit is contained in:
NikolaBorislavovHristov 2019-09-24 23:05:40 +03:00
parent 3dbb3f9f1f
commit d83a10049a

View file

@ -112,7 +112,7 @@ module.exports = {
terserOptions: { terserOptions: {
ecma: 5, ecma: 5,
mangle: true, mangle: true,
warnings: true, warnings: false,
output: { output: {
comments: false, comments: false,
beautify: false, beautify: false,