We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86938aa commit 2690cacCopy full SHA for 2690cac
src/index.js
@@ -316,7 +316,9 @@ class MiniCssExtractPlugin {
316
updateHash(hash, context) {
317
super.updateHash(hash, context);
318
319
- const buildInfoHash = /** @type {NonNullable<Module["buildInfo"]>} */ (this.buildInfo).hash;
+ const buildInfoHash = /** @type {NonNullable<Module["buildInfo"]>} */ (
320
+ this.buildInfo
321
+ ).hash;
322
if (buildInfoHash) {
323
hash.update(buildInfoHash);
324
}
0 commit comments