reactpack
reactpack copied to clipboard
History API fallback
Any way to use the history API fallback feature of webpack with this?
devServer: {
historyApiFallback: true,
proxy: {
'/api/*': {
target: 'http://localhost:3000',
},
},
},
Love what you're doing with this.
Looks like a good idea, I will take a look at it over lunch :+1:
By merging #27, you'll be able to set your own dev server config.