Skip to content

Interface: NormalizedOutputOptions

Properties

assetFileNames

  • Type: assetFileNames: string | AssetFileNamesFunction


chunkFileNames


cssChunkFileNames


cssEntryFileNames


dir

  • Type: dir: string | undefined

entryFileNames


esModule

  • Type: esModule: boolean | "if-default-prop"

exports

  • Type: exports: NonNullable<"auto" | "named" | "default" | "none" | undefined>

extend

  • Type: extend: boolean

externalLiveBindings

  • Type: externalLiveBindings: boolean

file

  • Type: file: string | undefined


format


globals


hashCharacters

  • Type: hashCharacters: "base64" | "base36" | "hex"

inlineDynamicImports

  • Type: inlineDynamicImports: boolean

intro


legalComments

  • Type: legalComments: "none" | "inline"

minify


minifyInternalExports?

  • Type: optional minifyInternalExports: boolean

name

  • Type: name: string | undefined

outro


paths

  • Type: paths: Record<string, string> | PathsFunction | undefined

plugins


polyfillRequire

  • Type: polyfillRequire: boolean

postBanner


postFooter


preserveModules

  • Type: preserveModules: boolean

preserveModulesRoot?

  • Type: optional preserveModulesRoot: string

sourcemap

  • Type: sourcemap: boolean | "inline" | "hidden"

sourcemapBaseUrl

  • Type: sourcemapBaseUrl: string | undefined

sourcemapDebugIds

  • Type: sourcemapDebugIds: boolean

sourcemapIgnoreList


sourcemapPathTransform

  • Type: sourcemapPathTransform: SourcemapPathTransformOption | undefined

topLevelVar?

  • Type: optional topLevelVar: boolean

virtualDirname

  • Type: virtualDirname: string

Released under the MIT License.