为了账号安全,请及时绑定邮箱和手机立即绑定

请教,卡在这个问题 Entrypoint undefined = index.html ,页面空白,着急

target: "web",

entry: path.join(__dirname,'src/index.js'),

output:{

filename: 'bundle.js',

path: path.join(__dirname,'dist')

},


https://img1.sycdn.imooc.com//5c7f969e0001412118680366.jpg

https://img1.sycdn.imooc.com//5c7f96b9000125a508620442.jpg

正在回答

3 回答

if(isDev){

config.devServer = {

port: 8008,

host:'localhost',

overlay:{

errors:true,

}

}

}

将post改为localhost就可以解决这个问题

0 回复 有任何疑惑可以回复我~


https://img1.sycdn.imooc.com//5ca071c50001018824280590.jpg

遇到一样的问题,都是基于webpack 4.29.6出现的问题~不能访问 localhost:8000

0 回复 有任何疑惑可以回复我~

可以参考我的源码,基于webpack版本4.29.6。https://github.com/nakuYK/TODO

0 回复 有任何疑惑可以回复我~
#1

HooeyPooey

查看过你的源码,并未发现有何不同, Entrypoint undefined = index.html 的问题并未解决? 所以想请教一下你是如何解决的?
2019-03-31 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

请教,卡在这个问题 Entrypoint undefined = index.html ,页面空白,着急

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信