I use Webpack dev server and browserHistory in React Router to manipulate with urls by HTML5 History API. historyapifallback-option does not work in my webpack config file.
output: { ... publicPath: "/" },
Adding public path solved this for me