We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb219d commit 88f2b0bCopy full SHA for 88f2b0b
1 file changed
packages/react-scripts/scripts/eject.js
@@ -38,6 +38,14 @@ function getGitStatus() {
38
}
39
40
41
+console.log(
42
+ chalk.cyan.bold(
43
+ 'NOTE: Create React App 2 supports TypeScript, Sass, CSS Modules and more without ejecting: ' +
44
+ 'https://reactjs.org/blog/2018/10/01/create-react-app-v2.html'
45
+ )
46
+);
47
+console.log();
48
+
49
inquirer
50
.prompt({
51
type: 'confirm',
0 commit comments