We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
1.Create a new CRA3 app with npx create-react-app@3.0.0-next.68 foobar 2. cd foobar 3. yarn eject
CRA3
npx create-react-app@3.0.0-next.68 foobar
cd foobar
Eject message references to CRA3
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
The text was updated successfully, but these errors were encountered:
react-scripts
Successfully merging a pull request may close this issue.
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
CRA3
app withnpx 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 text was updated successfully, but these errors were encountered: