主题
// 在输出配置项目中 output: { path: path.resolve(__dirname, 'dist'), filename: 'static/js/main.js', // 打包后的主文件 clean: true, // 打包后自动清理之前的输出 }