Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix plugin
  • Loading branch information
ersachin3112 committed Jun 5, 2025
commit aca86b4c7f897ea629d5936af89ff1ed4ca5c6b5
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class MiniCssExtractPlugin {
identifier() {
return `css|${this._identifier}|${this._identifierIndex}|${
this.layer || ""
}|${this.supports || ""}|${this.media}}}`;
}|${this.supports || ""}|${this.media || ""}`;
}

/**
Expand Down
Loading