# Phoenix Importmap v0.4.0 - Table of Contents Use ESM with importmap to efficiently serve JavaScript without transpiling or bundling. ## Modules - [PhoenixImportmap](PhoenixImportmap.md): - [PhoenixImportmap.Asset](PhoenixImportmap.Asset.md): Internal functions for working with asset paths. - [PhoenixImportmap.Importmap](PhoenixImportmap.Importmap.md): Provides functions for working with importmaps. - [PhoenixImportmap.Watcher](PhoenixImportmap.Watcher.md): A child-process which watches `watch_dirs` for changed files, and (if they are present in the project importmap) copies them to `:copy_destination_path`. ## Mix Tasks - [mix phoenix_importmap.copy](Mix.Tasks.PhoenixImportmap.Copy.md): Copies mapped assets according to importmap configuration.