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
Works for me like this
devServer: { contentBase: "./src", hot: true, port: 3000, historyApiFallback: true },
Working on riot app