0.8.3 (December 8, 2016)
🐛 Bug Fix
-
create-react-app
-
react-scripts
-
#1203 Update webpack-subresource-integrity to fix Windows builds. (@gaearon)
Fixes a crash when running
npm run build
on Windows. -
#1201 Instruct Jest to load native components from RNW instead of RN. (@remon-georgy)
Fixes tests for users of React Native Web.
-
📝 Documentation
-
react-scripts
- #806 Add syntax highlighting configuration guide. (@mareksuscak)
Committers: 3
- Dan Abramov (gaearon)
- Marek Suscak (mareksuscak)
- Remon Georgy (remon-georgy)
Migrating from 0.8.2 to 0.8.3
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@0.8.3
You can optionally update the global CLI too:
npm install -g create-react-app@1.0.1