问答详情
源自:2-3 webpack-dev-server的配置和使用

npm run dev报错,老师可以帮忙看下吗

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"


提问者:慕斯5662427 2018-11-15 17:42

个回答

  • jerrychane
    2019-06-14 13:52:56

    解决方法:降低版本 extract-text-webpack-plugin
    npm install --save extract-text-webpack-plugin@2.1.2

  • 进军15区
    2019-05-10 20:52:54

    找到原因了吗,我也是这个问题,找了很久找不到答案

  • 小潴
    2018-12-14 16:37:11

    Entrypoint undefined = index.html 没有找到入口的页面文件,你是不是没有安装 html-webpack-plugin 和配置这块的内容

  • 慕斯5662427
    2018-11-15 17:54:00

    好像是因为hot出的问题,加了hot:true就会报错,删了就正常