Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/react-scripts/scripts/eject.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ function getGitStatus() {
}
}

console.log(
chalk.cyan(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe bold as well?

'NOTE: Create React App 2 supports TypeScript, SASS, CSS Modules and more without ejecting: ' +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Sass

Suggested change
'NOTE: Create React App 2 supports TypeScript, SASS, CSS Modules and more without ejecting: ' +
'NOTE: Create React App 2 supports TypeScript, Sass, CSS Modules and more without ejecting: ' +

'https://reactjs.org/blog/2018/10/01/create-react-app-v2.html'
)
);
console.log();

inquirer
.prompt({
type: 'confirm',
Expand Down