You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When chained after css-loader 6.x with options.esModule: true (the default), and options.modules.namedExport: true (not the default), typings-for-css-modules-loader dies on this line, since it does not find exports.locals in the emitted source:
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.
Uh oh!
There was an error while loading. Please reload this page.
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: