Skip to content

Commit c3bf7b1

Browse files
committed
chore: fix plugin
1 parent aca86b4 commit c3bf7b1

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
@@ -282,7 +282,7 @@ class MiniCssExtractPlugin {
282282
/** @type {string} */ (
283283
compilation.outputOptions.hashFunction
284284
).toString()
285-
),
285+
).toString(),
286286
};
287287
this.buildMeta = {};
288288
this._needBuild = false;

0 commit comments

Comments
 (0)