Skip to content

Commit 02180aa

Browse files
committed
surrounding importmap() in a block
This allows it to be overridden (independent of javascripts block) so we can completely override it (no parent)
1 parent 1ed8492 commit 02180aa

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)