v3.1.1
版本发布时间: 2019-08-14 03:42:37
facebook/create-react-app最新发布版本:v5.0.1(2022-04-13 01:35:30)
3.1.1 (2019-08-13)
v3.1.1 is a maintenance release that includes minor bug fixes and documentation updates.
:bug: Bug Fix
-
react-scripts
- #7513 Fix ESLint 6 support (@ianschmitz)
- #7508 Don't block static files in robots.txt (@iansu)
:nail_care: Enhancement
:memo: Documentation
Committers: 3
- Ian Schmitz (@ianschmitz)
- Ian Sutherland (@iansu)
- Tomáš Szabo (@deftomat)
Migrating from 3.1.0 to 3.1.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.1.1
or
yarn add --exact react-scripts@3.1.1