Properties
augmentChunkHash
augmentChunkHash: ((this, chunk) => string | void)
Type declaration
- (this, chunk): string | void
Returns string | void
buildEnd
buildEnd: ((this, error?) => void)
Type declaration
- (this, error?): void
Returns void
buildStart
buildStart: ((this, options) => void)
Type declaration
- (this, options): void
Returns void
closeBundle
closeBundle: ((this) => void)
closeWatcher
closeWatcher: ((this) => void)
generateBundle
generateBundle: ((this, options, bundle, isWrite) => void)
Type declaration
- (this, options, bundle, isWrite): void
Returns void
load
moduleParsed
onLog
onLog: ((this,
level,
log) => boolean | NullValue) options
outputOptions
renderChunk
renderDynamicImport
renderDynamicImport: ((this,
options) => NullValue | { left: string; right: string; }) Type declaration
- (this, options): NullValue | {
left: string;
right: string;
} Parameters
- this: PluginContext
- options: {
customResolution: null | string;
format: InternalModuleFormat;
moduleId: string;
targetModuleId: null | string;
}customResolution: null | string
moduleId: string
targetModuleId: null | string
Returns NullValue | {
left: string;
right: string;
}
renderError
renderError: ((this, error?) => void)
Type declaration
- (this, error?): void
Returns void
renderStart
renderStart: ((this, outputOptions, inputOptions) => void)
Type declaration
- (this, outputOptions, inputOptions): void
Returns void
resolveDynamicImport
resolveFileUrl
resolveId
resolveImportMeta
shouldTransformCachedModule
transform
watchChange
writeBundle
writeBundle: ((this, options, bundle) => void)
Type declaration
- (this, options, bundle): void
Returns void