Dev Mode for Node, Webpack-Dev-Server, React - No Such File or Directory for Nested Routes
问题 I am trying to get my application to work in development mode with Node and Webpack-Dev-Server. When I serve up '/' I get back exactly what I intend. However, when I do '/test' I get 'no such file or directory'. I have read a lot of documentation on Webpack's website and React Router Training, none seem to really answer this issue. I want to be able to use browserHistory instead of hashHistory (I am still using React-Router v3). package.json: { "name": "boilerplate", "version": "1.0.0",