Skip to content

Commit 88f2b0b

Browse files
iansuTimer
authored andcommitted
Add pre-eject message about new features in v2 (#5954)
* Add pre-eject message about new features in v2 * Make message bold
1 parent ffb219d commit 88f2b0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/react-scripts/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)