这里是root参数不准确导致的,可以通过如下配置解决这个问题 new CleanWebpackPlugin(['dist'], { root: path.resolve(__dirname, '../'), //根目录 //其他配置按需求添加 })