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 e0cda86 + bbbe17c commit d016051Copy full SHA for d016051
frontend/asset_mapper.rst
@@ -44,7 +44,7 @@ It also *updated* the ``templates/base.html.twig`` file:
44
.. code-block:: diff
45
46
{% block javascripts %}
47
- + {{ importmap('app') }}
+ + {% block importmap %}{{ importmap('app') }}{% endblock %}
48
{% endblock %}
49
50
If you're not using Flex, you'll need to create & update these files manually. See
0 commit comments