MacKentoch / react-redux-bootstrap-webpack-starter

React 16.14 + Typescript + React-Router 5 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 5 + styled-components STARTER
141 stars 47 forks source link

Add proxy #11

Closed andresalves closed 7 years ago

andresalves commented 7 years ago

Hi,

I'm using your project. But I'm having some difficulties in adding the proxy in hot reload mode.

Already added: devServer: { proxy: { "hot": true, "/api": { target: "http://localhost:8000/api" } } } Can you help me?