Spencer Wood
Results
1
issues of
Spencer Wood
Any way to use the history API fallback feature of webpack with this? ``` devServer: { historyApiFallback: true, proxy: { '/api/*': { target: 'http://localhost:3000', }, }, }, ``` Love what...