`css-modules-loader-core` is outdated
See original GitHub issueThis package delegates a large amount of functionality to css-modules-loader-core
, which is very outdated as of now:
- Dependency on postcss v6 (while this package uses v7, so every install results in multiple postcss verisons and their deps)
- Fixed and outdated versions of
postcss-modules-x
plugins
I saw a major version bump of this package just two weeks ago, but I think css-modules-loader-core
really needs an update if this package is meant to be the recommended way of using CSS Modules with postcss.
AFAIK, webpack’s css-loader
pretty much rolls their own css modules postcss plugin that sidesteps this problem.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
parcel/transformer-postcss depends on dead css-modules ...
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...
Read more >my-css-modules-loader-core - npm package - Snyk
Learn more about my-css-modules-loader-core: package health score, ... and could be considered as a discontinued project, or that which ...
Read more >css-modules-loader-core-win - npm
Start using css-modules-loader-core-win in your project by running `npm i ... package file size seems to be too large or the last published...
Read more >systemjs/systemjs - Gitter
Do I have a way to know system loaded everything it was "supposed" to? ... Hey guys, I want to consume a webpack...
Read more >Zoom OSS Attribution - October 2021.txt
... "Original" or "Old" License (Asterisk 16.16.1) Copyright (c) <year>, ... capture-exit 2.0.0, cli-highlight 2.1.11, css-modules-loader-core 1.1.0, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lukeed @yyx990803 fixed and released in 3.0.0. Thank you guys for pinging me
Thanks for taking care of this @lukeed @outpunk !