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

Upgrade postcss-loader, but stay on postcss 7 #10441

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

phated
Copy link

@phated phated commented Jan 26, 2021

What I did

I upgraded the postcss-loader dependency to v4.2.0, which allows users to configure their postcss plugins with a postcss.config.js file. However, unlike previous attempts at updating postcss dependencies, I kept the postcss version at 7.0.35 by adding it as a peerDep of postcss-loader (which is now required).

This should supersede #8907 because the postcss-loader does the searching and also combines the config passed to the loader with the config file found.

I also removed the ident option on the config because postcss-loader release notes said it isn't needed anymore.

@stale
Copy link

stale bot commented Jan 9, 2022

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.

@stale stale bot added the stale label Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants