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 6836ecb80e06cd5401895bd0444513fe6221c140
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class MiniCssExtractPlugin {

hash.update(
/** @type {NonNullable<Module["buildInfo"]>} */ (this.buildInfo)
.hash || ""
.hash ?? ""
);
}

Expand Down
Loading