+ 70
- 0
Created by: gaearon
react-scripts
NODE_PATH=src
for npm start
and npm run build
. (@ApacheEx)NODE_PATH=src
for Jest. (@gaearon)"homepage"
field. (@gaearon).env.local
in test
environment. (@gaearon)react-dev-utils
react-dev-utils
, react-error-overlay
react-error-overlay
eslint-config-react-app
react-scripts
<noscript>
to template's index.html
. (@viankakrisna)react-scripts
.env.*
files are supported. (@AJamesPhillips)Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.1
or
yarn add --dev --exact react-scripts@1.0.1
Preferences