Skip to content

Commit 968edb4

Browse files
committed
fix(linter): fixed linter issue
1 parent d8d8edc commit 968edb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ class MiniCssExtractPlugin {
305305
pluginName,
306306
(source, chunk, hash) => {
307307
if (this.options.disableAsync) return null;
308-
309308
const chunkMap = this.getCssChunkObject(chunk);
310309

311310
if (Object.keys(chunkMap).length > 0) {

0 commit comments

Comments
 (0)