You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,4 @@ Normally javascript apps are compiled into a bundle before being deployed. Durin
17
17
18
18
When hosting on a [12-factor](https://12factor.net) platform like [Heroku](https://www.heroku.com), these embedded values may go stale when setting new [config vars](https://devcenter.heroku.com/articles/config-vars) or promoting through a [pipeline](https://devcenter.heroku.com/articles/pipelines).
19
19
20
-
In coordination with the Heroku runtime through a `.profile.d` script setup by [the buildpack](https://github.com/mars/create-react-app-buildpack), this tiny module allows the runtime to inject environment variables into the production javascript bundle without recompiling.
20
+
In coordination with the Heroku runtime through a [`.profile.d` script setup by the buildpack](https://github.com/mars/create-react-app-inner-buildpack/blob/master/.profile.d/inject_react_app_env.sh), this tiny module allows the runtime to inject environment variables into the production javascript bundle without recompiling.
0 commit comments