Closed Eschon closed 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.
publicPath: '/js/'
react-router-server
In my project I have all JavaScript files in a js-Folder so I have
publicPath: '/js/'
in my webpack config. But when I usereact-router-server
for code splitting it assumes that all modules are located in the top level.