Uh oh!
There was an error while loading. Please reload this page.
Add support for postcss.config.js - #8907
Conversation
facebook-github-bot
commented
Apr 26, 2020
Hi @piecyk! Thank you for your pull request and welcome to our community.We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
facebook-github-bot
commented
Apr 26, 2020
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
fcd2292 to
b5c6338Comparepspeter3
commented
May 7, 2020
What's the difference between this an #8331? |
piecyk
commented
May 7, 2020
4d4bc0b to
0d0c6beComparepspeter3
commented
May 7, 2020
Cool! Well hopefully this gets accepted. It would be nice to override the PostCSS config. |
0d0c6be to
93b1545Comparef5223a9 to
0feb76bCompare…ptions - Update post-processing-css.md - Add test - Add postcss-load-config as react-scripts dependency
0feb76b to
384401aComparepiecyk
commented
May 20, 2020
Should be ready 👋 |
piecyk
commented
May 27, 2020
ping @ianschmitz@mrmckeb |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
piecyk
commented
Jun 26, 2020
Maybe not stale? 🤷♂️ |
mikefrancis
commented
Jun 26, 2020
I have everything crossed this makes it into the next version 🤞 |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
alexlanz
commented
Jul 27, 2020
Please don't close this PR!! This would help us a lot. We are looking forward to see custom postcss configurations |
piecyk
commented
Aug 24, 2020
pspeter3
commented
Sep 9, 2020
This would be a huge win, especially with recent popularity of Tailwind which requires a PostCSS configuration file. |
tomspeak
commented
Nov 16, 2020
Is it possible to get any insight into when this could potentially be released? Soon? Next major release? |
geekdada
commented
Nov 22, 2020
This really helps a lot! |
max8hine
commented
Nov 23, 2020
It would be great that the user can in charge of the PostCSS build. |
sahilpurav
commented
Nov 24, 2020
This is a great feature! I was hoping to build it if it isn't initiated. |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
marco-carvalho
commented
Dec 28, 2020
don't close this PR! |
joshmanders
commented
Jan 10, 2021
Any update on this? |
@joshmanders I don’t see it happening anytime soon. That’s why I made a custom fork and implemented it myself. Using my fork with my cra-template-tailwindcss template is the way to go if you are looking for create react app with tailwind support 👍 |
joshmanders
commented
Jan 11, 2021
@GeoffSelby oh I didn't know you made one. I keep checking back on CRA about having more support for things and see it's always just PR or Issue after PR/Issue with no updates or feedback. May as well just stay with Next.js |
piecyk
commented
Mar 31, 2021
Resolved via #10003 |
This pull request addressed the issue of supporting custom postcss.config.js. It's third one after #8474#8331 🙈
Basic idea here is to check if we have config same way
postcss-loaderdoes.