The warning message links to the CRA2 release blog post, but we probably want to link some page in the docs (eg. extended https://facebook.github.io/create-react-app/docs/alternatives-to-ejecting) where these things are explained briefly.
|
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(); |
Steps to Reproduce
1.Create a new CRA3 app with npx create-react-app@3.0.0-next.68 foobar
2. cd foobar
3. yarn eject
Expected Behavior
Eject message references to CRA3
Actual Behavior
We see the following warning:
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
Reproducible Demo

The warning message links to the CRA2 release blog post, but we probably want to link some page in the docs (eg. extended https://facebook.github.io/create-react-app/docs/alternatives-to-ejecting) where these things are explained briefly.
create-react-app/packages/react-scripts/scripts/eject.js
Lines 57 to 63 in dc133a3
Steps to Reproduce
1.Create a new
CRA3app withnpx create-react-app@3.0.0-next.68 foobar2.
cd foobar3. yarn eject
Expected Behavior
Eject message references to CRA3
Actual Behavior
We see the following warning:
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
Reproducible Demo