mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
disable terser warnings
This commit is contained in:
parent
3dbb3f9f1f
commit
d83a10049a
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ module.exports = {
|
|||
terserOptions: {
|
||||
ecma: 5,
|
||||
mangle: true,
|
||||
warnings: true,
|
||||
warnings: false,
|
||||
output: {
|
||||
comments: false,
|
||||
beautify: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue