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

Update postcss-load-config dependency to the latest version #23

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

Yankovsky
Copy link
Contributor

I've experienced problems with resolving postcss plugins defined in .postcssrc.json or in postcss.config.js. New version solved them.
My current working setup is .postcssrc.json file in the root directory:

{
  "plugins": {
    "postcss-nested": {},
    "autoprefixer": {}
  }
}

@dferber90 dferber90 merged commit d284264 into dferber90:master Oct 5, 2022
@dferber90
Copy link
Owner

Published as v6, thanks! https://github.com/dferber90/jest-transform-css/releases/tag/v6.0.0

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

Successfully merging this pull request may close these issues.

2 participants