create-react-app 2.1.3 釋出,React App 命令列工具
阿新 • • 發佈:2019-01-05
create-react-app 是 facebook 官方釋出的React App 手腳架工具,通過一行命令即可創建出一個 React App 。讓開發者專注於程式碼,而不是構建工具。
2.1.3 主要是修復 vulnerability in webpack-dev-server 問題.
其他更新項如下:
Documentation
Other
#6110 Replace deprecated VSCode launch.json variable. (
#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 (
Lukas Werfel (LukasWerfel)
Prashant Andani (prashant-andani)
Zachary Friss (Friss)
Migrating from 2.1.2 to 2.1.3
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]