-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
@parcel/transformer-postcss depends on dead css-modules-loader-core #7127
Comments
I think this is related, I'm getting an error trying to run parcel because it's having trouble finding the right version of postcss.
Looking in my This is a bare project inside
I get...
This can be resolved by adding PostCSS to the workspaces root package.json as well. |
I'm also working on a new CSS compiler written in Rust, which will eventually handle CSS modules: https://github.com/parcel-bundler/parcel-css |
css-module-loader-core is very dead which is a problem as it depends on things like a 3 year old version of postcss (last 6.x version came out in 2018) which means you're pulling in things like a version of ansi-regex with security issues.
css-modules/css-modules-loader-core#231 (comment) provides some hints towards how others are solving this issue.
The text was updated successfully, but these errors were encountered: