mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 12:48:00 +08:00
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:
committed by
Ian Sutherland
parent
f5b0aac411
commit
022b98418e
2
packages/react-scripts/scripts/eject.js
vendored
2
packages/react-scripts/scripts/eject.js
vendored
@@ -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'
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user