Create React App 0.8.3 发布了,Create React App 可以不用配置就可以创建 React App。
更新内容:
Bug 修复
create-react-app
Catch synchronous errors from spawning yarn.
Fixes a crash when running create-react-app in some cases.
react-scripts
Update webpack-subresource-integrity to fix Windows builds.
Fixes a crash when running npm run build on Windows.
Instruct Jest to load native components from RNW instead of RN.
Fixes tests for users of React Native Web.
文档
react-scripts
Add syntax highlighting configuration guide.
下载地址:https://github.com/facebookincubator/create-react-app/archive/v0.8.3.zip
来自:开源中国社区

