Skip to content

Commit

Permalink
don't drop console when minify
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Nov 8, 2019
1 parent 0a58970 commit e7103fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ module.exports = merge(baseWebpackConfig, {
minimizer: [
new TerserPlugin({
sourceMap: true,
terserOptions: {
compress: {
drop_console: true,
},
},
}),
],
}
Expand Down

0 comments on commit e7103fc

Please sign in to comment.