Add pre-eject message about new features in v2 (#5954)

* Add pre-eject message about new features in v2

* Make message bold
This commit is contained in:
Ian Sutherland
2018-12-03 19:54:56 -07:00
committed by Joe Haddad
parent ffb219d84d
commit 88f2b0bcfc

View File

@@ -38,6 +38,14 @@ function getGitStatus() {
}
}
console.log(
chalk.cyan.bold(
'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',