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

host 网站生成成功,却访问比了

npm run  dev 成功   网站地址也出现了

但打开出现 无法访问此网站https://img1.mukewang.com/5b1296d700012cd809050254.jpg


https://img.mukewang.com/5b12964c00017bd011150485.jpg


提问者:Younghaiqing 2018-06-02 21:08

个回答

  • kuleyu
    2018-06-20 23:34:29

    我的 "webpack": "^4.12.0"

    当 host 设置为 "0.0.0.0",port 设置为"8080" 时,也只能通过‘localhost:8080’或者 ‘127.0.0.1:8080’打开网页,所以就直接将 host 设置成 "127.0.0.1" 了。

  • Younghaiqing
    2018-06-05 14:59:11

    使用本地IP加端口号

  • A夜猫的兔子
    2018-06-04 17:48:04

    localhost:8111应该可以访问吧

  • A夜猫的兔子
    2018-06-04 17:45:22

    No parser and no filepath given, using 'babylon' the parser now but this will th

    row an error in the future. Please specify a parser or a filepath so one can be

    inferred.

    请问解决了么?我也出现了这个问题,但是页面可以打开