Create React App 2.0.5 发布了,Create React App 是由 Facebook 推出的脚手架,基本可以零配置搭建基于 webpack 的 React 开发环境,并内置了热更新等功能。
更新内容如下:
Bug Fix
react-dev-utils
- #5431 Fix click-to-open on Windows. (@gaearon)
- #5335 Fix file size report after build. (@OskarPersson)
create-react-app
react-scripts
Enhancement
babel-preset-react-app
react-scripts
- #5354 Add environment variable to optionaly disable inlining of chunks. (@0xdeafcafe)
- #5330 Update
eslint-plugin-jsx-a11y
version. (@AlmeroSteyn)
Documentation
react-scripts
- #5321 Added note on update to
.flowconfig
for .scss imports. (@rlueder) - #5394 Correct instructions for HTTPS and PowerShell. (@gavinbarron)
- #5410 Updates to clarify the “waiting” SW behavior. (@jeffposnick)
- #5302 Update README.md. (@simonCordovaByte9)
- #5334 Update README due to deprecation of react-testing-library’s toBeInTheDOM. (@rrebase)
- #5326 README link fixes. (@davidgilbertson)
- #5327 Updated the URL in index.html. (@behzod)
- #5296 Adding documentation about git init. (@ryancogswell)
- #5290 Add react-testing-library documentation/examples (#4679). (@gnapse)
- #5286 Fix broken links to src/serviceWorker.js. (@adambowles)
- #5321 Added note on update to
- Other
eslint-config-react-app
- #5416 Fix eslint config docs. (@ludovicofischer)
Internal
- Other
create-react-app
react-scripts
- #5317 Remove unused require for getCacheIdentifier after ejecting. (@benbrandt)
详情见发布公告。
下载地址:
转自 https://www.oschina.net/news/100837/create-react-app-2-0-5-released