-
Notifications
You must be signed in to change notification settings - Fork 30
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
Does not work with css-loader 6 + esmodules + namedExport: true #65
Comments
AprilArcus
changed the title
Does not work with css-loader 6 + esmodules
Does not work with css-loader 6 + esmodules + namedExport: true
Oct 1, 2021
@AprilArcus Are you still using this plugin? Just asking. |
Nope |
@AprilArcus Then what's the alternative you're using? |
I'm no longer attached to the product team which used this plugin, so my advice is hypothetical. Consider adopting https://www.npmjs.com/package/typed-scss-modules as a pre-build stage, or using it as the basis for a novel loader for webpack or your favorite modern bundler or meta-framework. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When chained after
css-loader
6.x withoptions.esModule: true
(the default), andoptions.modules.namedExport: true
(not the default),typings-for-css-modules-loader
dies on this line, since it does not findexports.locals
in the emitted source:typings-for-css-modules-loader/src/index.js
Lines 64 to 66 in 846a700
The text was updated successfully, but these errors were encountered: