mirror of
https://github.com/symfony/stimulus-bundle.git
synced 2026-03-24 01:12:07 +01:00
[StimulusBundle][Performance] Change AssetMapper excluded_patterns from **/controllers.json to */controllers.json
Related to https://github.com/symfony/symfony/issues/61771
This commit is contained in:
@@ -56,7 +56,7 @@ final class StimulusExtension extends Extension implements PrependExtensionInter
|
||||
],
|
||||
'excluded_patterns' => [
|
||||
'*.d.ts',
|
||||
'**/controllers.json',
|
||||
'*/controllers.json',
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user