webpack打包踩的坑

Posted 金州恶汉拉文

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webpack打包踩的坑相关的知识,希望对你有一定的参考价值。

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

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打包踩的坑的主要内容,如果未能解决你的问题,请参考以下文章

初次使用antd-mobile开发时踩的坑

webpack自动打包onchange遇到的坑

webpack打包不识别es6语法的坑

webpack4.5.0+vue2.5.16+vue-loader 实战组件化开发案例以及这些版本中踩的一些大坑!!!

webpack4.0在Mac下的安装配置及踩到的坑

vue-cli的webpack打包,icon无法正确加载