安装 npm install --save-dev html-loader 在config配置项加 module:{ loaders:[ { test:/\.js$/, loader:'babel-loader' }, { test:/\.html$/, loader:'html-loader' } ] },
vue 放入html文件,启动报错
阅读 100
2023-03-01
安装 npm install --save-dev html-loader 在config配置项加 module:{ loaders:[ { test:/\.js$/, loader:'babel-loader' }, { test:/\.html$/, loader:'html-loader' } ] },
相关推荐
精彩评论(0)