Skip to content

Commit 20f04e8

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [AssetMapper] Minor syntax fix
2 parents 63d6d4f + fdc1321 commit 20f04e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/asset_mapper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ you pass to ``importmap()``.
10511051

10521052
If you look at the source of your page, by default, the ``<script type="module">``
10531053
from ``importmap()`` will contain ``import 'app';`` - not something like
1054-
``import ``/assets/app-4e986c1a2318dd050b1d47.js``. Both would work - but
1054+
``import /assets/app-4e986c1a2318dd050b1d47.js``. Both would work - but
10551055
because ``app`` appears in your ``importmap.php``, the browser will read ``app``
10561056
from the ``importmap`` on the page and ultimately load ``/assets/app-4e986c1a2318dd050b1d47.js``
10571057

0 commit comments

Comments
 (0)