告知webpack 使用TerserPlugin 或其它在 optimization.minimizer 定义的插件压缩bundle。 webpack.config.js module.exports = { //... optimization: { minimize: ...
確定! 回上一頁