mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42: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: {
|
terserOptions: {
|
||||||
ecma: 5,
|
ecma: 5,
|
||||||
mangle: true,
|
mangle: true,
|
||||||
warnings: true,
|
warnings: false,
|
||||||
output: {
|
output: {
|
||||||
comments: false,
|
comments: false,
|
||||||
beautify: false,
|
beautify: false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue