Skip to content

Commit 183eb17

Browse files
committed
fix(linter): Fixed linter issue
1 parent ad8acf5 commit 183eb17

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)