Phoenix Importmap: Alternative to esbuild
Use ESM with importmap in Phoenix apps to efficiently serve JavaScript without transpiling or bundling.
With this approach you’ll ship many small JavaScript files instead of one big JavaScript file.
Read next Elixir Streams |> 🧐 Taking Elixir 1.18's new type system changes for a spin