Child html-webpack-plugin for "index.html":
1 asset
Entrypoint undefined = index.html
[./node_modules/html-webpack-plugin/lib/loader.js!./node_modules/html-webpack-plugin/default_index.ejs] 376 bytes {0} [built]
[./node_modules/lodash/lodash.js] 527 KiB {0} [built]
[./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 489 bytes {0} [built]
这个是我的版本
"webpack": "^4.25.1",
"webpack-dev-server": "^3.1.10"
解决方法:降低版本 extract-text-webpack-plugin
npm install --save extract-text-webpack-plugin@2.1.2
找到原因了吗,我也是这个问题,找了很久找不到答案
Entrypoint undefined = index.html 没有找到入口的页面文件,你是不是没有安装 html-webpack-plugin 和配置这块的内容
好像是因为hot出的问题,加了hot:true就会报错,删了就正常