Will leaving the proxy in your package.json file break production? #10948
-
I use the proxy feature in the package.json file when doing local development. However, in production I do not need the proxy at all. If I leave the proxy in the package json file will it break the production app / is that an okay practice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think it will. It only has effect in development.
|
Beta Was this translation helpful? Give feedback.
I don't think it will. It only has effect in development.