create-react-app 是 facebook 官方发布的React App 手脚架工具,通过一行命令即可创建出一个 React App 。让开发者专注于代码,而不是构建工具。
2.1.3 主要是修复 vulnerability in webpack-dev-server 问题.
其他更新项如下:
Documentation
- Other
- #6067 Correct an error for documentation. (@hardo)
- #6110 Replace deprecated VSCode launch.json variable. (@raiskila)
- #5631 Generalize the adding bootstrap documentation. (@jquense)
- #6084 Remove outdated docs for setting up eslint in editor. (@LukasWerfel)
- #6061 Fix control comment of CSS Grid prefixing. (@denexapp)
react-scripts
Internal
create-react-app
,react-error-overlay
- #6104 Typo fixes. (@prashant-andani)
Underlying Tools
Committers: 8
- Denis Mukhametov (denexapp)
- Hardo (hardo)
- Janne Raiskila (raiskila)
- Jason Quense (jquense)
- Lukas Werfel (LukasWerfel)
- Prashant Andani (prashant-andani)
- Zachary Friss (Friss)
- shawtung
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