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

create-react-app 2.1.3 发布,React App 命令行工具

create-react-app 是 facebook 官方发布的React App 手脚架工具,通过一行命令即可创建出一个 React App 。让开发者专注于代码,而不是构建工具。

2.1.3 主要是修复 vulnerability in webpack-dev-server 问题.

其他更新项如下:

Documentation

Internal

Underlying Tools

  • react-scripts
    • #6064 Update webpack-dev-server 3.1.9 -> 3.1.14. (@Friss)

Committers: 8

Migrating from 2.1.2 to 2.1.3

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@2.1.3

or

yarn add --exact react-scripts@2.1.3

转自 https://www.oschina.net/news/103325/create-react-app-2-1-3-relased