Skip to content

Commit 022b984

Browse files
lffgiansu
authored andcommitted
Change Create React App version in react-scripts eject warning (#6845)
* fix: change CRA version in eject warning * Update eject.js
1 parent f5b0aac commit 022b984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/eject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function tryGitAdd(appPath) {
5656

5757
console.log(
5858
chalk.cyan.bold(
59-
'NOTE: Create React App 2 supports TypeScript, Sass, CSS Modules and more without ejecting: ' +
59+
'NOTE: Create React App 2+ supports TypeScript, Sass, CSS Modules and more without ejecting: ' +
6060
'https://reactjs.org/blog/2018/10/01/create-react-app-v2.html'
6161
)
6262
);

0 commit comments

Comments
 (0)