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: {
ecma: 5,
mangle: true,
warnings: true,
warnings: false,
output: {
comments: false,
beautify: false,