BundleConfig
Nodepod API / src / esbuild / BundleConfig
Interface: BundleConfig
Section titled “Interface: BundleConfig”Defined in: src/polyfills/esbuild.ts:85
Properties
Section titled “Properties”absWorkingDir?
Section titled “absWorkingDir?”
optionalabsWorkingDir?:string
Defined in: src/polyfills/esbuild.ts:103
bundle?
Section titled “bundle?”
optionalbundle?:boolean
Defined in: src/polyfills/esbuild.ts:92
conditions?
Section titled “conditions?”
optionalconditions?:string[]
Defined in: src/polyfills/esbuild.ts:104
entryPoints?
Section titled “entryPoints?”
optionalentryPoints?:string[]
Defined in: src/polyfills/esbuild.ts:86
external?
Section titled “external?”
optionalexternal?:string[]
Defined in: src/polyfills/esbuild.ts:100
format?
Section titled “format?”
optionalformat?:"iife"|"cjs"|"esm"
Defined in: src/polyfills/esbuild.ts:95
mainFields?
Section titled “mainFields?”
optionalmainFields?:string[]
Defined in: src/polyfills/esbuild.ts:105
minify?
Section titled “minify?”
optionalminify?:boolean
Defined in: src/polyfills/esbuild.ts:98
outdir?
Section titled “outdir?”
optionaloutdir?:string
Defined in: src/polyfills/esbuild.ts:93
outfile?
Section titled “outfile?”
optionaloutfile?:string
Defined in: src/polyfills/esbuild.ts:94
platform?
Section titled “platform?”
optionalplatform?:"node"|"browser"|"neutral"
Defined in: src/polyfills/esbuild.ts:96
plugins?
Section titled “plugins?”
optionalplugins?:unknown[]
Defined in: src/polyfills/esbuild.ts:102
sourcemap?
Section titled “sourcemap?”
optionalsourcemap?:boolean|"inline"|"external"
Defined in: src/polyfills/esbuild.ts:99
stdin?
Section titled “stdin?”
optionalstdin?:object
Defined in: src/polyfills/esbuild.ts:87
contents
Section titled “contents”contents:
string
loader?
Section titled “loader?”
optionalloader?:"ts"|"tsx"|"js"|"jsx"|"json"|"css"
resolveDir?
Section titled “resolveDir?”
optionalresolveDir?:string
target?
Section titled “target?”
optionaltarget?:string|string[]
Defined in: src/polyfills/esbuild.ts:97
write?
Section titled “write?”
optionalwrite?:boolean
Defined in: src/polyfills/esbuild.ts:101