// new webpack.NoEmitOnErrorsPlugin(), //配置html入口信息 new HtmlWebpackPlugin({ title: "hello,xc-cli!", filename: "index.html", template: "index.html", //js資源插入位置,true表示插入到body元素底部 inject: true }), //編譯提示插件 new FriendlyErrorsPlugin({ //編譯成功提示! compilation...
www.dbjr.com.cn/article/1323...htm 2025-5-29