Skip to content

Commit aca86b4

Browse files
committed
chore: fix plugin
1 parent 3446b2b commit aca86b4

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
@@ -183,7 +183,7 @@ class MiniCssExtractPlugin {
183183
identifier() {
184184
return `css|${this._identifier}|${this._identifierIndex}|${
185185
this.layer || ""
186-
}|${this.supports || ""}|${this.media}}}`;
186+
}|${this.supports || ""}|${this.media || ""}`;
187187
}
188188

189189
/**

0 commit comments

Comments
 (0)