2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

don't drop console when minify

This commit is contained in:
Jeff
2019-11-07 19:33:23 -08:00
parent 0a589704f8
commit e7103fc5bd
-5
View File
@@ -14,11 +14,6 @@ module.exports = merge(baseWebpackConfig, {
minimizer: [
new TerserPlugin({
sourceMap: true,
terserOptions: {
compress: {
drop_console: true,
},
},
}),
],
}