Skip to content

Commit 5b2c6d3

Browse files
committed
feat: ability to disable extract modules, remove useless code
1 parent 5de6572 commit 5b2c6d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ class MiniCssExtractPlugin {
177177
);
178178
}
179179

180-
if (module[`${MODULE_TYPE}/disableExtract`]) {
181-
return;
182-
}
183-
184180
const identifierCountMap = new Map();
185181

186182
for (const line of content) {

0 commit comments

Comments
 (0)