1.0.1 (May 19, 2017)
🐛 Bug Fix
-
react-scripts
-
#2242 Fix
NODE_PATH=src
fornpm start
andnpm run build
. (@ApacheEx) -
#2261 Fix
NODE_PATH=src
for Jest. (@gaearon) - #2255 Fix Windows path issue for generated service worker. (@gaearon)
-
#2262 Additional fix to service worker config for
"homepage"
field. (@gaearon) -
#2250 Ignore
.env.local
intest
environment. (@gaearon) - #2246 Gracefully shut down the development server on signals. (@gaearon)
-
#2242 Fix
-
react-dev-utils
-
react-dev-utils
,react-error-overlay
-
react-error-overlay
💅 Enhancement
-
eslint-config-react-app
-
react-scripts
-
#2224 Add
<noscript>
to template'sindex.html
. (@viankakrisna)
-
#2224 Add
📝 Documentation
-
react-scripts
- #2259 Fix broken links. (@enguerran)
- #2258 Update readme with example of Sass include path. (@kellyrmilligan)
- #2252 Hide React Storybook from the User Guide while it's incompatible. (@gaearon)
-
#2247 Correct docs on which
.env.*
files are supported. (@AJamesPhillips)
🏠 Internal
Committers: 9
- Ade Viankakrisna Fadlil (viankakrisna)
- Alexander James Phillips (AJamesPhillips)
- Dan Abramov (gaearon)
- Enguerran (enguerran)
- Joe Haddad (Timer)
- Kelly (kellyrmilligan)
- Nayef Ghattas (Gandem)
- Oleg Kuzava (ApacheEx)
- chyipin
Migrating from 1.0.0 to 1.0.1
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