Interface: NormalizedOutputOptions
Properties
assetFileNames
- Type:
string| ((chunkInfo) =>string)
See
banner
- Type: (
chunk) =>string|Promise<string>
Parameters
chunk
Returns
string | Promise<string>
See
chunkFileNames
- Type:
string| ((chunkInfo) =>string)
See
codeSplitting
- Type:
boolean
See
comments
- Type:
Required<CommentsOptions>
See
dir
- Type:
string|undefined
See
dynamicImportInCjs
- Type:
boolean
See
entryFileNames
- Type:
string| ((chunkInfo) =>string)
See
esModule
- Type:
boolean|"if-default-prop"
See
exports
- Type:
NonNullable<"auto"|"named"|"default"|"none"|undefined>
See
extend
- Type:
boolean
See
externalLiveBindings
- Type:
boolean
See
file
- Type:
string|undefined
See
footer
- Type: (
chunk) =>string|Promise<string>
Parameters
chunk
Returns
string | Promise<string>
See
format
- Type:
InternalModuleFormat
See
globals
- Type:
Record<string,string> | ((name) =>string)
See
hashCharacters
- Type:
"base64"|"base36"|"hex"
See
inlineDynamicImports
- Type:
boolean
Deprecated
Use codeSplitting instead.
intro
- Type: (
chunk) =>string|Promise<string>
Parameters
chunk
Returns
string | Promise<string>
See
legalComments
- Type:
"none"|"inline"
Deprecated
Use comments.legal instead.
See
minify
- Type:
false|MinifyOptions|"dce-only"
See
minifyInternalExports?
- Type:
boolean - Optional
See
name
- Type:
string|undefined
See
outro
- Type: (
chunk) =>string|Promise<string>
Parameters
chunk
Returns
string | Promise<string>
See
paths
- Type:
Record<string,string> |PathsFunction|undefined
See
plugins
- Type:
RolldownPlugin[]
See
polyfillRequire
- Type:
boolean
See
postBanner
- Type: (
chunk) =>string|Promise<string>
Parameters
chunk
Returns
string | Promise<string>
See
postFooter
- Type: (
chunk) =>string|Promise<string>
Parameters
chunk
Returns
string | Promise<string>
See
preserveModules
- Type:
boolean
See
preserveModulesRoot?
- Type:
string - Optional
See
sourcemap
- Type:
boolean|"inline"|"hidden"
See
sourcemapBaseUrl
- Type:
string|undefined
See
sourcemapDebugIds
- Type:
boolean
See
sourcemapExcludeSources
- Type:
boolean
See
sourcemapIgnoreList
- Type:
boolean|string|RegExp| ((relativeSourcePath,sourcemapPath) =>boolean) |undefined
Union Members
boolean
string | RegExp
Function
(relativeSourcePath, sourcemapPath) => boolean
Parameters
relativeSourcePath
string
The relative path from the generated .map file to the corresponding source file.
sourcemapPath
string
The fully resolved path of the generated sourcemap file.
Returns
boolean
undefined
See
sourcemapPathTransform
- Type: ((
relativeSourcePath,sourcemapPath) =>string) |undefined
Union Members
Function
(relativeSourcePath, sourcemapPath) => string
Parameters
relativeSourcePath
string
The relative path from the generated .map file to the corresponding source file.
sourcemapPath
string
The fully resolved path of the generated sourcemap file.
Returns
string
undefined
See
topLevelVar?
- Type:
boolean - Optional
See
virtualDirname
- Type:
string
