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