Skip to content

Commit 45d9f94

Browse files
test: fix identifier for CssModule
1 parent 359c00f commit 45d9f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CssModule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class CssModule extends webpack.Module {
4242
}
4343

4444
identifier() {
45-
return `css ${this._identifier} ${this._identifierIndex}`;
45+
return `css|${this._identifier}|${this._identifierIndex}`;
4646
}
4747

4848
readableIdentifier(requestShortener) {

0 commit comments

Comments
 (0)