皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Create React App 2.0.5 发布,Facebook 的 App 脚手架

Create React App 2.0.5 发布了,Create React App 是由 Facebook 推出的脚手架,基本可以零配置搭建基于 webpack 的 React 开发环境,并内置了热更新等功能。

更新内容如下:

Bug Fix

  • react-dev-utils
  • create-react-app
    • #5362 Fix CI: non-semver compliant Yarn versions. (@Timer)
  • react-scripts
    • #5301 Fix TypeError when registering service workers without config. (@peterbe)

Enhancement

  • babel-preset-react-app
    • #4984 Use the correct dependency for babel-plugin-dynamic-import-node. (@vikr01)
  • react-scripts

Documentation

Internal

  • Other
  • create-react-app
    • #5362 Fix CI: non-semver compliant Yarn versions. (@Timer)
  • react-scripts
    • #5317 Remove unused require for getCacheIdentifier after ejecting. (@benbrandt)

详情见发布公告

下载地址:

转自 https://www.oschina.net/news/100837/create-react-app-2-0-5-released