PluginBuild
Properties
Property | Type | Description |
---|---|---|
|
‐ | |
|
( |
‐ |
|
( |
‐ |
|
< |
‐ |
|
< |
‐ |
|
< |
‐ |
|
( |
‐ |
|
( |
‐ |
|
( |
‐ |
|
< |
‐ |
|
< |
‐ |
|
|
‐ |
Documentation: https://esbuild.github.io/plugins/#build-options |
Methods
onDispose()
onDispose(
callback
):void
Documentation: https://esbuild.github.io/plugins/#on-dispose
Parameters
Parameter | Type |
---|---|
|
() => |
Returns
void
onEnd()
onEnd(
callback
):void
Documentation: https://esbuild.github.io/plugins/#on-end
Parameters
Parameter | Type |
---|---|
|
( |
Returns
void
onLoad()
onLoad(
options
,callback
):void
Documentation: https://esbuild.github.io/plugins/#on-load
Parameters
Parameter | Type |
---|---|
| |
|
( |
Returns
void
onResolve()
onResolve(
options
,callback
):void
Documentation: https://esbuild.github.io/plugins/#on-resolve
Parameters
Parameter | Type |
---|---|
| |
|
( |
Returns
void
onStart()
onStart(
callback
):void
Documentation: https://esbuild.github.io/plugins/#on-start
Parameters
Parameter | Type |
---|---|
|
() => |
Returns
void
resolve()
resolve(
path
,options?
):Promise
<ResolveResult
>
Documentation: https://esbuild.github.io/plugins/#resolve
Parameters
Parameter | Type |
---|---|
|
|
|
Returns
Promise
<ResolveResult
>