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.
2 parents 1ed8492 + 02180aa commit cf895a2Copy full SHA for cf895a2
symfony/asset-mapper/6.4/manifest.json
@@ -12,7 +12,7 @@
12
"add-lines": [
13
{
14
"file": "templates/base.html.twig",
15
- "content": " {{ importmap('app') }}",
+ "content": "{% block importmap %}{{ importmap('app') }}{% endblock %}",
16
"position": "after_target",
17
"target": "{% block javascripts %}",
18
"warn_if_missing": true
0 commit comments