美文网首页
9.clean-webpack-plugin

9.clean-webpack-plugin

作者: coffee1949 | 来源:发表于2019-08-03 09:07 被阅读0次
// 安装
npm i clean-webpack-plugin -D

配置:

// 引入
const { CleanWebpackPlugin } = require('clean-webpack-plugin')

// 使用
plugins: [
  new CleanWebpackPlugin()
]

相关文章

网友评论

      本文标题:9.clean-webpack-plugin

      本文链接:https://www.haomeiwen.com/subject/yziddctx.html