Express服务器的index.html,bundle.js,为每个路由器(react-router的b / c)提供index.html的问题

时间:2018-07-08 15:57:40

标签: express react-router

我有这个:

let dir = __dirname + "/dist"
app.use(express.static(dir));

我注销了dir,发现该URL确实与我的webpack(通过bundle.js编译)的位置相同。但是,如果(在Postman中,我为GET运行了localhost:8080/dist/bundle.js,则会收到Cannot GET /dist/bundle.js的响应。

0 个答案:

没有答案