-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Replace cosmiconfig with lilconfig #6038
Conversation
Hey sorry any chance you could rebase this to resolve the conflicts? Then can definitely merge 👍🏻 Thank you! |
Hey, will rebase in a couple of hours! Btw having more ideas how to improve install size. |
It's already replaced in postcss-load-config See https://github.com/postcss/postcss-load-config/blob/main/package.json#L26
Done |
Hey @TrySound, thanks for updating the PR! What's the reason for updating the |
it probably happened automatically and wasn't noticed. NPM is doing the same thing for me any time I npm install a new dependency into the tailwindcss repo. I have absolutely no idea why. |
yeah, npm does a bad job with lockfiles. Yarn and pnpm are more stable. |
Ah I see, all good 👍 Thanks again! |
@adamwathan @bradlc This would be a breaking change, as files without an extension are now handled differently |
postcss-load-config migrated in 3.1. |
@TrySound They provide the Since we don't do that in this PR, it's a breaking change for Tailwind |
It's already replaced in postcss-load-config
See https://github.com/postcss/postcss-load-config/blob/main/package.json#L26