Skip to content

Commit 4693941

Browse files
committed
Fixed linter issue
1 parent ebd238b commit 4693941

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
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)