Skip to main content
Module

x/esbuild_deno_loader/mod.ts>denoResolverPlugin

Deno module resolution for `esbuild`
Go to Latest
function denoResolverPlugin
Re-export
import { denoResolverPlugin } from "https://deno.land/x/esbuild_deno_loader@0.7.0/mod.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