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
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
Create React APP could inject env into html at build-time. We try to make it injecting at run-time.
like envsubst, we need to replace %env% word in html file with correct env value.
input
output
if env REACT_APP_TITLE not exist, leave
<title>%REACT_APP_TITLE%</title>
there, don't change.The text was updated successfully, but these errors were encountered: