摘要:
const TerserPlugin = require('terser-webpack-plugin') module.exports = { configureWebpack({ optimization: { minimizer: [new TerserPlugin({ terserOptions: { compress: { drop_console: true } } })] } }) 阅读全文
posted @ 2020-01-06 10:58
顺其自然²º¹?
阅读(2012)
评论(0)
推荐(0)

浙公网安备 33010602011771号