We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1598fe0 commit 3f0136fCopy full SHA for 3f0136f
src/index.js
@@ -41,7 +41,7 @@ class CssModule extends webpack.Module {
41
// no source() so webpack doesn't do add stuff to the bundle
42
43
size() {
44
- return 0;
+ return this.content.length;
45
}
46
47
identifier() {
0 commit comments