Merge pull request #1203 from weaverryan/relax-stimulus-bundle-recipe

Add "early" StimulusBundle recipe without conflicts to ensure bundle is registered
This commit is contained in:
Fabien Potencier
2023-05-29 09:17:19 +02:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
@@ -0,0 +1,6 @@
{
"bundles": {
"Symfony\\UX\\StimulusBundle\\StimulusBundle": ["all"]
},
"aliases": ["stimulus", "stimulus-bundle"]
}
+2 -1
View File
@@ -40,7 +40,8 @@
"content": " {{ ux_controller_link_tags() }}",
"position": "after_target",
"target": "{% block stylesheets %}",
"warn_if_missing": true
"warn_if_missing": true,
"requires": "symfony/asset-mapper"
}
]
}