npm create-react-app 1.0.2
v1.0.2

latest releases: 5.0.1, 5.1.0-next.14, 5.0.0...
7 years ago

1.0.2 (May 20, 2017)

🐛 Bug Fix

  • react-dev-utils, react-scripts

    • #2276 Serve a no-op service worker in development to ensure it doesn't cache the production build even if it was served on the same port. (@jeffposnick)
  • react-dev-utils, react-error-overlay

  • react-dev-utils

💅 Enhancement

  • react-scripts

🏠 Internal

  • react-dev-utils, react-scripts

Committers: 6

Migrating from 1.0.1 to 1.0.2

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.2

or

yarn add --dev --exact react-scripts@1.0.2

If you previously had issues with an Invalid Host Header error, follow these new instructions to fix it.

Don't miss a new create-react-app release

NewReleases is sending notifications on new releases.