webpack clean dist dir

2022/01/02 Webpack 共 67 字,约 1 分钟
  • output.clean: 打包完成以后自动清理dist文件夹
module.exports = {
  output: {
    clean: true,
  }
}

Search

    Table of Contents