Remove double wildcard on AssetMapper excluded_patterns configuration

Related to https://github.com/symfony/symfony/issues/61771 and https://github.com/symfony/ux/pull/3285
This commit is contained in:
Hugo Alliaume
2026-01-10 10:18:56 +01:00
parent 9f48504555
commit ba4f2f4914

View File

@@ -5,7 +5,7 @@ framework:
- assets/
missing_import_mode: strict
excluded_patterns:
- '**/assets/styles/**/_*.scss'
- '*/assets/styles/**/_*.scss'
when@prod:
framework: