Change Create React App version in react-scripts eject warning (#6845)

* fix: change CRA version in eject warning

* Update eject.js
This commit is contained in:
Luiz Felipe Gonçalves
2019-04-19 00:30:41 -03:00
committed by Ian Sutherland
parent f5b0aac411
commit 022b98418e

View File

@@ -56,7 +56,7 @@ function tryGitAdd(appPath) {
console.log(
chalk.cyan.bold(
'NOTE: Create React App 2 supports TypeScript, Sass, CSS Modules and more without ejecting: ' +
'NOTE: Create React App 2+ supports TypeScript, Sass, CSS Modules and more without ejecting: ' +
'https://reactjs.org/blog/2018/10/01/create-react-app-v2.html'
)
);