Skip to content

Commit

Permalink
Merge pull request #1268 from weaverryan/asset-mapper-importmap-block
Browse files Browse the repository at this point in the history
[AssetMapper] surrounding importmap() in a block
  • Loading branch information
fabpot authored Dec 10, 2023
2 parents 1ed8492 + 02180aa commit cf895a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfony/asset-mapper/6.4/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"add-lines": [
{
"file": "templates/base.html.twig",
"content": " {{ importmap('app') }}",
"content": "{% block importmap %}{{ importmap('app') }}{% endblock %}",
"position": "after_target",
"target": "{% block javascripts %}",
"warn_if_missing": true
Expand Down

0 comments on commit cf895a2

Please sign in to comment.