We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813fd68 commit 97e8687Copy full SHA for 97e8687
docs/documentation/stories/proxy.md
@@ -26,6 +26,8 @@ We can then edit the `package.json` file's start script to be
26
27
Now in order to run our dev server with our proxy config, we can simply call `npm start`.
28
29
+**After each edit to the proxy.conf.json file remember to relaunch the `npm start` process to make your changes effective.**
30
+
31
### Rewriting the URL path
32
33
One option that comes up a lot is rewriting the URL path for the proxy. This is supported by the `pathRewrite` option.
0 commit comments