Skip to content

Commit cf895a2

Browse files
authored
Merge pull request #1268 from weaverryan/asset-mapper-importmap-block
[AssetMapper] surrounding importmap() in a block
2 parents 1ed8492 + 02180aa commit cf895a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/asset-mapper/6.4/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"add-lines": [
1313
{
1414
"file": "templates/base.html.twig",
15-
"content": " {{ importmap('app') }}",
15+
"content": "{% block importmap %}{{ importmap('app') }}{% endblock %}",
1616
"position": "after_target",
1717
"target": "{% block javascripts %}",
1818
"warn_if_missing": true

0 commit comments

Comments
 (0)