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 1f2edc0 commit b563206Copy full SHA for b563206
turbopack/crates/turbopack/src/module_options/mod.rs
@@ -502,7 +502,7 @@ impl ModuleOptions {
502
};
503
504
rules.push(ModuleRule::new(
505
- RuleCondition::All(vec![
+ RuleCondition::Any(vec![
506
RuleCondition::All(vec![
507
RuleCondition::Any(vec![
508
RuleCondition::ResourcePathEndsWith(".css".to_string()),
0 commit comments