码迷,mamicode.com
首页 > Web开发 > 详细

webpack打包踩的坑

时间:2018-11-24 23:58:56      阅读:1128      评论:0      收藏:0      [点我收藏+]

标签:one   打包   ini   ext   points   for   view   plugin   member   

打包的时候一直包这个错误

Child html-webpack-plugin for "..\index.html":
1 asset
Entrypoint html-webpack-plugin for "..\index.html" = ../index.html
Child mini-css-extract-plugin node_modules/css-loader/index.js!node_modules/ivie
w/dist/styles/iview.css:
Entrypoint mini-css-extract-plugin = *

解决办法:在webpack.config.js文件加上

stats: {
// One of the two if I remember right
entrypoints: false,
children: false
},

webpack打包踩的坑

标签:one   打包   ini   ext   points   for   view   plugin   member   

原文地址:https://www.cnblogs.com/me168/p/10013816.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!