plugin是对某个现有的架构进行扩展。插件。
loader是主要用于模块的转换,加载。
在这里插入图片描述
Error: Child compilation failed: Entry module not found: Error: Can’t resolve 'E:\vue\node_webpack。
是在index打包的时候htmlwebpackplugin 的是生成的模板路径格式错误。
配置下模板路径

plugins:[new HtmlWebpackPlugin(){
template:'src/index.html'
}]
Logo

前往低代码交流专区

更多推荐