Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function denoResolverPlugin
import { denoResolverPlugin } from "https://deno.land/x/esbuild_deno_loader@0.8.1/src/plugin_deno_resolver.ts";

The Deno resolver plugin performs relative->absolute specifier resolution and import map resolution.

If using the denoLoaderPlugin, this plugin must be used before the loader plugin.

Parameters

optional
options: DenoResolverPluginOptions = [UNSUPPORTED]

Returns

esbuild.Plugin