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 1c6083e + 7bc6963 commit fdc1321Copy full SHA for fdc1321
frontend/asset_mapper.rst
@@ -1006,7 +1006,7 @@ you pass to ``importmap()``.
1006
1007
If you look at the source of your page, by default, the ``<script type="module">``
1008
from ``importmap()`` will contain ``import 'app';`` - not something like
1009
- ``import ``/assets/app-4e986c1a2318dd050b1d47.js``. Both would work - but
+ ``import /assets/app-4e986c1a2318dd050b1d47.js``. Both would work - but
1010
because ``app`` appears in your ``importmap.php``, the browser will read ``app``
1011
from the ``importmap`` on the page and ultimately load ``/assets/app-4e986c1a2318dd050b1d47.js``
1012
0 commit comments