reactpack icon indicating copy to clipboard operation
reactpack copied to clipboard

History API fallback

Open scwood opened this issue 9 years ago • 2 comments

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.

scwood avatar Jun 09 '16 01:06 scwood

Looks like a good idea, I will take a look at it over lunch :+1:

olahol avatar Jun 09 '16 08:06 olahol

By merging #27, you'll be able to set your own dev server config.

victorb avatar Aug 14 '16 16:08 victorb