-
-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
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
[Request] Support CRA 5 #313
Comments
Latest version is 4. ?? |
@adi518 the alpha 5.0 version just came out. |
It doesn't make sense to add support for alpha versions. Just wait for a stable v5 release. |
The preparations are the same. The guy made the issue as a reminder for when v5 comes out. |
What are the changes in v5 which could break CRACO? |
https://webpack.js.org/migrate/5/ CRA5 is expected to use Webpack 5 |
Just tried the alpha (facebook/create-react-app#11278) and Craco breaks on
|
@graup can you share your |
getting this error with CRA-5 ( wp 5 , jest 27.1.0) |
@krreet can you share your |
there is a plan to upgrade CRACO to CRA5 ( very close to beta) |
I agree that it would be great for craco to be ready for V5 once it launches, not after. I tried to upgrade, and I'm getting errors. Here is my craco.config.js - pretty much the basic tailwind setup: module.exports = {
eslint: {
enable: false,
},
style: {
postcss: {
plugins: [require('tailwindcss'), require('autoprefixer')],
},
},
}; And the error I'm getting:
Hope that's helpful. |
react-script@4 -> postcss-loader@3
|
CRA@5.0.0 Support for Tailwind (#11717) |
CRA uses webpack 5, which doesn't use
|
Hey everyone! We are still using CRACO for most of our apps so we are planning on eventually supporting CRA 5. However, like most companies we are currently short staff and have other immediate priorities. We may be able to work on this in January or February. Meanwhile, as always PR are welcome! |
My
It runs when we use And I'm stuck (our team is stuck) because of a vague error:
As you can see the error is not helpful at all. It points to the entire I enabled
And here's my
|
Any updates about this? |
Please god update to react-script 5 already!! |
Duplicate of #378 |
Why is it so slow to update the stable version to CRA 5? |
No description provided.
The text was updated successfully, but these errors were encountered: