Skip to content

Commit 85bc734

Browse files
authored
Replace deprecated uglify options compress.warnings with warnings (#510)
* Replace deprecated uglify options compress.warnings with warnings * Last commit accidentally flipped the value of warnings
1 parent a3b3ea1 commit 85bc734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ if (env === 'production') {
3434
pure_getters: true,
3535
unsafe: true,
3636
unsafe_comps: true,
37-
warnings: false
3837
},
38+
warnings: false
3939
})
4040
);
4141

0 commit comments

Comments
 (0)