Answers for "webpack react proxy not working"

0

webpack react proxy not working

//add this config in WebpackDevServer

proxy: {
  '/api': {
    target: 'http://localhost:4000',
      changeOrigin: true,
  },
},
Posted by: Guest on July-17-2020

Code answers related to "webpack react proxy not working"

Code answers related to "Javascript"

Browse Popular Code Answers by Language