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
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
How to include the build version as a meta when running
npm run build
using the version in package.jsonRight now I have a env variable
REACT_APP_VERSION_INFO=
Inside the index.html, I have added
<meta name="version-info" content="%REACT_APP_VERSION_INFO%" />
The only overhead is I have to update the version in the env file in addition to the usual version update in package.json.
The text was updated successfully, but these errors were encountered: