We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0300dad commit b4ee7d9Copy full SHA for b4ee7d9
packages/core/src/css/cssConfig.ts
@@ -96,6 +96,7 @@ const pluginLibCss = (
96
CHAIN_ID.RULE.LESS,
97
CHAIN_ID.RULE.STYLUS,
98
]) {
99
+ if (!config.module.rules.has(ruleId)) continue;
100
const rule = config.module.rule(ruleId);
101
if (rule.uses.has(CHAIN_ID.USE.MINI_CSS_EXTRACT)) {
102
isUsingCssExtract = true;
0 commit comments