Skip to content

Import Maps

Key idea:

Import Maps — a JSON config inside HTML that maps bare import specifiers ("react", "lodash") to real URLs. Enables using ES modules in the browser WITHOUT a bundler. All modern browsers support (Chrome 89+, Firefox 108+, Safari 16.4+). Use cases: no-build frontend, HTMX apps, WordPress, dev-only imports.

Below: details, example, related terms, FAQ.

Try it now — free →

Details

  • One per document: in as