| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* upstream/master: (55 commits) Fix minor typo (react#2679) Bootstrap with Yarn when available (react#2673) Add more info about apache client side routing (react#2666) Test Node 8 on Travis (react#2659) Add json and css to lint-staged in template README (react#2671) Add a note about fixed vulnerability in 1.0.8 Publish Changelog for 1.0.8 (react#2664) Reformat source code with Prettier 1.5.2 Update Prettier to v1 (react#2465) Update ISSUE_TEMPLATE.md Local testing docker links (react#2662) Better React Native Web support (react#2511) Bump dependencies (react#2658) Minor code style edits to user guide (react#2660) Don't ask to install webpack for using Styleguidist (react#2656) Put react-scripts in dependencies, not devDependencies (react#2657) Razzle added to the alternatives (react#2517) Warn about large bundle sizes (react#2648) Add instructions to use source-map-explorer (react#1641) ... # Conflicts: # packages/react-dev-utils/package.json # packages/react-scripts/config/webpack.config.dev.js # packages/react-scripts/config/webpack.config.prod.js # packages/react-scripts/package.json
* Add changelog for 1.0.8 * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
* Add changelog for 1.0.8 * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
* Add changelog for 1.0.8 * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
| Back | FazBrowse Home | New Git URL |
1.0.8 (June 28, 2017)
🐛 Bug Fix
react-scripts
react-dev-utils
💅 Enhancement
react-scripts
babel-preset-react-app, react-dev-utils, react-scripts
create-react-app, react-scripts
react-dev-utils
create-react-app
📝 Documentation
User Guide
README
🏠 Internal
Other
react-scripts
react-dev-utils
Committers: 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-scripts from devDependencies to dependencies since 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.js with this updated version.
If you haven't changed the default CSS organization, you may want to apply this fix that makes index.css take precedence over App.css in your project.