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 cad55f3 + 20f04e8 commit 503741fCopy full SHA for 503741f
frontend/asset_mapper.rst
@@ -1028,7 +1028,7 @@ you pass to ``importmap()``.
1028
1029
If you look at the source of your page, by default, the ``<script type="module">``
1030
from ``importmap()`` will contain ``import 'app';`` - not something like
1031
- ``import ``/assets/app-4e986c1a2318dd050b1d47.js``. Both would work - but
+ ``import /assets/app-4e986c1a2318dd050b1d47.js``. Both would work - but
1032
because ``app`` appears in your ``importmap.php``, the browser will read ``app``
1033
from the ``importmap`` on the page and ultimately load ``/assets/app-4e986c1a2318dd050b1d47.js``
1034
0 commit comments