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

Merge pull request #983 from sagalbot/dont-strip-warnings

Don't stip console.warn from the build
This commit is contained in:
Jeff Sagal
2019-11-07 19:36:29 -08:00
committed by GitHub
-5
View File
@@ -14,11 +14,6 @@ module.exports = merge(baseWebpackConfig, {
minimizer: [
new TerserPlugin({
sourceMap: true,
terserOptions: {
compress: {
drop_console: true,
},
},
}),
],
}