Interface: NormalizedOutputOptions
Defined in: options/normalized-output-options.ts:22
Properties
assetFileNames
- Type: assetFileNames:
string| (chunkInfo) =>string
Defined in: options/normalized-output-options.ts:28
banner()
- Type: banner: (
chunk) =>string|Promise<string>
Defined in: options/normalized-output-options.ts:38
Parameters
chunk
Returns
string | Promise<string>
chunkFileNames
- Type: chunkFileNames:
string| (chunkInfo) =>string
Defined in: options/normalized-output-options.ts:27
cssChunkFileNames
- Type: cssChunkFileNames:
string| (chunkInfo) =>string
Defined in: options/normalized-output-options.ts:34
cssEntryFileNames
- Type: cssEntryFileNames:
string| (chunkInfo) =>string
Defined in: options/normalized-output-options.ts:33
dir
- Type: dir:
string|undefined
Defined in: options/normalized-output-options.ts:25
dynamicImportInCjs
- Type: dynamicImportInCjs:
boolean
Defined in: options/normalized-output-options.ts:36
entryFileNames
- Type: entryFileNames:
string| (chunkInfo) =>string
Defined in: options/normalized-output-options.ts:26
esModule
- Type: esModule:
boolean|"if-default-prop"
Defined in: options/normalized-output-options.ts:44
exports
- Type: exports:
NonNullable<"auto"|"named"|"default"|"none"|undefined>
Defined in: options/normalized-output-options.ts:30
extend
- Type: extend:
boolean
Defined in: options/normalized-output-options.ts:45
externalLiveBindings
- Type: externalLiveBindings:
boolean
Defined in: options/normalized-output-options.ts:37
file
- Type: file:
string|undefined
Defined in: options/normalized-output-options.ts:24
footer()
- Type: footer: (
chunk) =>string|Promise<string>
Defined in: options/normalized-output-options.ts:39
Parameters
chunk
Returns
string | Promise<string>
format
- Type: format:
InternalModuleFormat
Defined in: options/normalized-output-options.ts:29
globals
- Type: globals:
Record<string,string> | (name) =>string
Defined in: options/normalized-output-options.ts:46
hashCharacters
- Type: hashCharacters:
"base64"|"base36"|"hex"
Defined in: options/normalized-output-options.ts:48
inlineDynamicImports
- Type: inlineDynamicImports:
boolean
Defined in: options/normalized-output-options.ts:35
intro()
- Type: intro: (
chunk) =>string|Promise<string>
Defined in: options/normalized-output-options.ts:42
Parameters
chunk
Returns
string | Promise<string>
legalComments
- Type: legalComments:
"none"|"inline"
Defined in: options/normalized-output-options.ts:53
minify
- Type: minify:
false|MinifyOptions|"dce-only"
Defined in: options/normalized-output-options.ts:52
minifyInternalExports?
- Type:
optionalminifyInternalExports:boolean
Defined in: options/normalized-output-options.ts:60
name
- Type: name:
string|undefined
Defined in: options/normalized-output-options.ts:23
outro()
- Type: outro: (
chunk) =>string|Promise<string>
Defined in: options/normalized-output-options.ts:43
Parameters
chunk
Returns
string | Promise<string>
paths
- Type: paths:
Record<string,string> |PathsFunction|undefined
Defined in: options/normalized-output-options.ts:47
plugins
- Type: plugins:
RolldownPlugin[]
Defined in: options/normalized-output-options.ts:55
polyfillRequire
- Type: polyfillRequire:
boolean
Defined in: options/normalized-output-options.ts:54
postBanner()
- Type: postBanner: (
chunk) =>string|Promise<string>
Defined in: options/normalized-output-options.ts:40
Parameters
chunk
Returns
string | Promise<string>
postFooter()
- Type: postFooter: (
chunk) =>string|Promise<string>
Defined in: options/normalized-output-options.ts:41
Parameters
chunk
Returns
string | Promise<string>
preserveModules
- Type: preserveModules:
boolean
Defined in: options/normalized-output-options.ts:56
preserveModulesRoot?
- Type:
optionalpreserveModulesRoot:string
Defined in: options/normalized-output-options.ts:58
sourcemap
- Type: sourcemap:
boolean|"inline"|"hidden"
Defined in: options/normalized-output-options.ts:31
sourcemapBaseUrl
- Type: sourcemapBaseUrl:
string|undefined
Defined in: options/normalized-output-options.ts:32
sourcemapDebugIds
- Type: sourcemapDebugIds:
boolean
Defined in: options/normalized-output-options.ts:49
sourcemapIgnoreList
- Type: sourcemapIgnoreList:
boolean|StringOrRegExp| (relativeSourcePath,sourcemapPath) =>boolean|undefined
Defined in: options/normalized-output-options.ts:50
Type Declaration
boolean
StringOrRegExp
(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
sourcemapPathTransform
- Type: sourcemapPathTransform: (
relativeSourcePath,sourcemapPath) =>string|undefined
Defined in: options/normalized-output-options.ts:51
Type Declaration
(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
topLevelVar?
- Type:
optionaltopLevelVar:boolean
Defined in: options/normalized-output-options.ts:59
virtualDirname
- Type: virtualDirname:
string
Defined in: options/normalized-output-options.ts:57