gabrielbull / react-router-server

Server Side Rendering library for React Router v4.
MIT License
434 stars 17 forks source link

publicPath is ignored #28

Closed Eschon closed 7 years ago

Eschon commented 7 years ago

In my project I have all JavaScript files in a js-Folder so I have publicPath: '/js/' in my webpack config. But when I use react-router-server for code splitting it assumes that all modules are located in the top level.