当前端代码变化的时候,不刷新整个页面,只更新变化的内容;
我根据官网的已经配置好了,编译的过程也没有错报;
浏览器打开后,页面错误;
控制台输出 Failed to load resource: the server responded with a status of 404 (Not Found)
配置文件:
webpack.config.js
package.json
main.js
index.html
.babelrc
编译过程:
浏览器:
当前端代码变化的时候,不刷新整个页面,只更新变化的内容;
我根据官网的已经配置好了,编译的过程也没有错报;
浏览器打开后,页面错误;
控制台输出 Failed to load resource: the server responded with a status of 404 (Not Found)
配置文件:
webpack.config.js
package.json
main.js
index.html
.babelrc
编译过程:
浏览器:
我也是有这问题