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

[Question] Can customize-cra help override postcss plugins in cra2 webpack config? #25

Closed
cweekly opened this issue Nov 1, 2018 · 3 comments

Comments

@cweekly
Copy link

cweekly commented Nov 1, 2018

I'm looking to add tailwindcss to a non-ejected cra2 app, and to have tw processed by postcss. I could fork react-scripts, but would prefer to simply leverage customize-cra if I can. Thanks in advance for any help / guidance.

@arackaf
Copy link
Owner

arackaf commented Nov 2, 2018

You can probably add it here. Is it a Babel plugin?

@arackaf arackaf closed this as completed Nov 6, 2018
@cweekly
Copy link
Author

cweekly commented Nov 6, 2018

Hey @arackaf sincere thanks for your response and sorry I wasn't able to respond in turn sooner. It turns out I don't need customize-cra in order to do what I needed. Using babel-plugin-macros (which is included in CRA2) I'm able to leverage tailwind and emotion. Good luck w/ the project!

@arackaf
Copy link
Owner

arackaf commented Nov 6, 2018

Hey awesome - glad to hear!

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

No branches or pull requests

2 participants