Options
All
  • Public
  • Public/Protected
  • All
Menu

Loader's context

Type parameters

  • T = Record<string, unknown>

    type of loader's options

Hierarchy

  • LoaderContext

Index

Properties

assets: Map<string, Uint8Array>

Assets to emit

deps: Set<string>

Files to watch

id: string

Resource path

options: T

Loader's options

default

{}

plugin: PluginContext
sourceMap: false | ({ inline: boolean } & SourceMapOptions)
warn: (warning: string | RollupLog, pos?: number | {}) => void

Type declaration

    • (warning: string | RollupLog, pos?: number | {}): void

Generated using TypeDoc