Skip to content

Commit 2690cac

Browse files
committed
chore: fix lint
1 parent 86938aa commit 2690cac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,9 @@ class MiniCssExtractPlugin {
316316
updateHash(hash, context) {
317317
super.updateHash(hash, context);
318318

319-
const buildInfoHash = /** @type {NonNullable<Module["buildInfo"]>} */ (this.buildInfo).hash;
319+
const buildInfoHash = /** @type {NonNullable<Module["buildInfo"]>} */ (
320+
this.buildInfo
321+
).hash;
320322
if (buildInfoHash) {
321323
hash.update(buildInfoHash);
322324
}

0 commit comments

Comments
 (0)