Skip to content

Commit 680d4a0

Browse files
committed
update import maps support information
1 parent 72e2e6a commit 680d4a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/guide/quick-start.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@ Notice how we can import directly from `'vue'` in our code - this is made possib
123123
You can add entries for other dependencies to the import map - just make sure they point to the ES modules version of the library you intend to use.
124124

125125
:::tip Import Maps Browser Support
126-
Import maps are currently only available in Chromium-based browsers, so we recommend using Chrome or Edge during the learning process. If your preferred browser does not support import maps yet, you can polyfill it with [es-module-shims](https://github.com/guybedford/es-module-shims).
126+
Import maps are supported by default in Chromium-based browsers, so we recommend using Chrome or Edge during the learning process.
127+
128+
If using Firefox, it is only supported in version 102+ and currently needs to be enabled via the `dom.importMaps.enabled` option in `about:config`.
129+
130+
If your preferred browser does not support import maps yet, you can polyfill it with [es-module-shims](https://github.com/guybedford/es-module-shims).
127131
:::
128132

129133
:::warning Not for production

0 commit comments

Comments
 (0)