Skip to content
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

Fixed issue where postcss plugins weren't being applied #513

Merged
merged 11 commits into from May 26, 2023
Merged

Conversation

stevenewald
Copy link
Collaborator

Previously, loader.options.postcssOptions.plugins was assigned to () => postcssPlugins, which was incorrect. It should instead directly assign the value of the plugins array.

This PR should fix the issues mentioned in #505 and #506 - hopefully it fixes #478, but I haven't tested this.

@hsbtr
Copy link

hsbtr commented May 26, 2023

looking forward to

@dilanx dilanx merged commit f451908 into main May 26, 2023
4 checks passed
@tzachyrm
Copy link

@dilanx Hi :)
First of all, thank you for making Craco work with CRA 5!!
Any chance for a quick version release that includes this fix?

@real-jacket
Copy link

@stevenewald @dilanx
Me too !

@real-jacket
Copy link

real-jacket commented Aug 23, 2023

@dilanx Hi :) First of all, thank you for making Craco work with CRA 5!! Any chance for a quick version release that includes this fix?

I resolved this by the patch-package. You can have a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants