import { type BundleOptions } from "https://deno.land/x/emit@0.37.0/mod.ts";
Properties
optional
importMap: ImportMap | URL | stringAn import-map which will be applied to the imports, or the URL of an import map, or the path to an import map
Override the default loading mechanism with a custom loader. This can provide a way to use "in-memory" resources instead of fetching them remotely.