Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit 2ce4082

Browse files
iansuTimer
authored andcommitted
Add pre-eject message about new features in v2 (facebook#5954)
* Add pre-eject message about new features in v2 * Make message bold
1 parent c6c842c commit 2ce4082

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/eject.js

+8
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ function getGitStatus() {
3838
}
3939
}
4040

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+
4149
inquirer
4250
.prompt({
4351
type: 'confirm',

0 commit comments

Comments
 (0)