Eager and anonymous importmap entries

Last modified by Manuel Leduc on 2026/05/12 14:49

The importmap now allow defining two new kinds of imports:

  1. eager: the dependency is loaded when the page is loaded (tutorial)
  2. anonymous: the dependency is excluded from the importmap (tutorial)

Get Connected