import { rewriteImportMap } from "https://deno.land/x/deno_proxy@v1.4.1/cli/utils.ts";
重写import_map.json
Examples
await rewriteImportMap({
oldPath: "example/import_map.json",
newPath: "example/import_map_proxy.json",
baseUrl: "http://localhost:8080",
}),
await rewriteImportMap({ oldPath: "example/import_map.json", newPath: "example/import_map_proxy.json", baseUrl: "http://localhost:8080", }),
Parameters
options: CliConfig