Skip to content

Commit 98f77c3

Browse files
committed
fix(build): fix uglify new option
1 parent 83bb3f3 commit 98f77c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.prod.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ config.plugins = (config.plugins || []).concat([
2929
new UglifyJSPlugin({
3030
sourceMap: true,
3131
uglifyOptions: {
32+
warnings: false,
3233
compress: {
33-
warnings: false,
3434
drop_debugger: true,
3535
drop_console: true,
3636
global_defs: {

0 commit comments

Comments
 (0)