React router allows react apps to handle /arbitrary/route. In order this to work, I need my server to send the React app on any matched route.
/arbitrary/route
But webpa
For me I had dots "." in my path e.g. /orgs.csv so I had to put this in my webpack confg.
/orgs.csv
devServer: { historyApiFallback: { disableDotRule: true, }, },