Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
1.0.8 (June 28, 2017)
🐛 Bug Fix
react-scriptsCIvariable is set to true. (@varnav)PUBLIC_URLfor CDN. (@jeffposnick)index.cssoverApp.css. (@bryankang)react-dev-utilsModuleScopePlugin. (@diligiant)💅 Enhancement
react-scripts.web.jsextension for React Native Web. (@mini-eggs)sw-precache-webpack-pluginto lastest version. (@goldhand)dgramNode module. (@micopiira)service-worker.jsis not found. (@ro-savage)babel-preset-react-app,react-dev-utils,react-scriptscreate-react-app,react-scriptsreact-scriptsindependencies, notdevDependencies. (@gaearon)react-dev-utilsyarn buildin output. (@gaearon)create-react-app📝 Documentation
User Guide
source-map-explorer. (@gr33nfury)REACT_EDITORenvironment variable. (@wirmar)jest-enzymesection. (@luftywiranda13)README
🏠 Internal
Other
react-scriptsreact-dev-utilsCommitters: 46
Migrating from 1.0.7 to 1.0.8
Inside any created project that has not been ejected, run:
or
You may optionally then move
react-scriptsfromdevDependenciestodependenciessince that’s how we’ll structure newly created projects. It is not necessary though.If you left the service worker integration enabled and didn’t change how it works, you can replace
src/registerServiceWorker.jswith this updated version.If you haven't changed the default CSS organization, you may want to apply this fix that makes
index.csstake precedence overApp.cssin your project.