跳到主要内容

clean

2024年11月23日
柏拉文
越努力,越幸运

一、认识


clean 在生成文件之前清空 output 目录

二、语法


module.exports = {
//...
output: {
clean: true, // 在生成文件之前清空 output 目录
},
};