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 63d6d4f + fdc1321 commit 20f04e8Copy full SHA for 20f04e8
frontend/asset_mapper.rst
@@ -1051,7 +1051,7 @@ you pass to ``importmap()``.
1051
1052
If you look at the source of your page, by default, the ``<script type="module">``
1053
from ``importmap()`` will contain ``import 'app';`` - not something like
1054
- ``import ``/assets/app-4e986c1a2318dd050b1d47.js``. Both would work - but
+ ``import /assets/app-4e986c1a2318dd050b1d47.js``. Both would work - but
1055
because ``app`` appears in your ``importmap.php``, the browser will read ``app``
1056
from the ``importmap`` on the page and ultimately load ``/assets/app-4e986c1a2318dd050b1d47.js``
1057
0 commit comments