Skip to content

Commit 52a02c0

Browse files
committed
dont drop consoles
1 parent d5349bf commit 52a02c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.build.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
minimizer: [new TerserPlugin({
5454
terserOptions: {
5555
compress: {
56-
drop_console: true,
56+
5757
},
5858
},
5959
})],

0 commit comments

Comments
 (0)