Skip to content

Commit 3f0136f

Browse files
committed
report correct size
1 parent 1598fe0 commit 3f0136f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class CssModule extends webpack.Module {
4141
// no source() so webpack doesn't do add stuff to the bundle
4242

4343
size() {
44-
return 0;
44+
return this.content.length;
4545
}
4646

4747
identifier() {

0 commit comments

Comments
 (0)