Skip to content

Commit 97e8687

Browse files
stockmindfilipesilva
authored andcommitted
docs(@angular/cli): add little note to relaunch npm after proxy.config changes
1 parent 813fd68 commit 97e8687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/documentation/stories/proxy.md

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ We can then edit the `package.json` file's start script to be
2626

2727
Now in order to run our dev server with our proxy config, we can simply call `npm start`.
2828

29+
**After each edit to the proxy.conf.json file remember to relaunch the `npm start` process to make your changes effective.**
30+
2931
### Rewriting the URL path
3032

3133
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

Comments
 (0)