This is a custom implementation of react-scripts.
In this version we allow HEROKU_* env variables.
Things we adapted:
- L69 ->
const REACT_APP = /^(REACT_APP_)/i;toconst REACT_APP = /^(REACT_APP_|HEROKU_)/i;
This package includes scripts and configuration used by Create React App.
Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.