webpack bundle.js not found

前端 未结 4 1332
孤城傲影
孤城傲影 2021-01-18 09:34

I use webpack dev server, but can\'t access my bundle.js file.

Edit: I am using this webpack config without bower-webpack-plugin.

4条回答
  •  我在风中等你
    2021-01-18 09:49

    The problem mostly with pointing bundle js in index.html. The reason webpack bundle.js not found because you need to specify absolute path in index.html. Say suppose your bundle.js and index.html is generated under dist folder then it should be something like below

    
    

提交回复
热议问题