0.0.13 • Published 4 years ago

fallback-proxy v0.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Usage

const fallbackProxy = require('fallback-proxy');

module.exports = {
  //...
  devServer: {
    proxy: {
      '/api': fallbackProxy({
         target: 'http://localhost:3000',
       }),
    },
  },
};
0.0.13

4 years ago