We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5b170 commit fbfe366Copy full SHA for fbfe366
packages/react-scripts/scripts/eject.js
@@ -39,8 +39,8 @@ function getGitStatus() {
39
}
40
41
console.log(
42
- chalk.cyan(
43
- 'NOTE: Create React App 2 supports TypeScript, SASS, CSS Modules and more without ejecting: ' +
+ chalk.cyan.bold(
+ '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
);
0 commit comments