Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Alias

Index

Properties

customResolver?: null | ((this: PluginContext, ...parameters: [source: string, importer: string, options: { attributes: Record<string, string>; custom?: CustomPluginOptions; isEntry: boolean }]) => ResolveIdResult | Promise<ResolveIdResult>) | ResolverObject

Instructs the plugin to use an alternative resolving algorithm, rather than the Rollup's resolver.

default

null

find: string | RegExp
replacement: string