Interface: ResolvedConfig
Contents
Properties
alias
alias:
Record
<string
,string
>
Import aliases to absolute paths.
Source
analysis
analysis:
object
Type declaration
enabled
enabled:
boolean
keepArtifacts
keepArtifacts:
boolean
outputDir
outputDir:
string
The directory where the final stats.html
file is located
outputFile
outputFile:
string
Absolute file path to the stats.html
file
outputName
outputName:
string
Name of the stats.html
file, minus ".html"
template
template:
NonNullable
<undefined
|TemplateType
>
Source
browser
browser:
string
Source
builder
builder:
WxtBuilder
Source
command
command:
"build"
|"serve"
Source
debug
debug:
boolean
Source
dev
dev:
object
Type declaration
reloadCommand
reloadCommand:
string
|false
Source
entrypointsDir
entrypointsDir:
string
Source
env
env:
ConfigEnv
Source
experimental
experimental:
object
Type declaration
includeBrowserPolyfill
includeBrowserPolyfill:
boolean
Source
filterEntrypoints
filterEntrypoints?:
Set
<string
>
Source
fsCache
fsCache:
FsCache
Source
hooks
hooks:
Partial
<WxtHooks
>
Source
imports
imports:
false
|WxtResolvedUnimportOptions
Source
logger
logger:
Logger
Source
manifest
manifest:
Partial
<Omit
<WebExtensionManifest
,"background"
|"chrome_url_overrides"
|"devtools_page"
|"manifest_version"
|"options_page"
|"options_ui"
|"sandbox"
>>
Source
manifestVersion
manifestVersion:
TargetManifestVersion
Source
mode
mode:
string
Source
outBaseDir
outBaseDir:
string
Source
outDir
outDir:
string
Source
publicDir
publicDir:
string
Source
root
root:
string
Source
runnerConfig
runnerConfig:
ResolvedConfig
<ExtensionRunnerConfig
,ConfigLayerMeta
>
Source
server
server?:
WxtDevServer
Source
srcDir
srcDir:
string
Source
transformManifest
transformManifest: (
manifest
) =>void
Parameters
▪ manifest: WebExtensionManifest
Source
typesDir
typesDir:
string
Source
userConfigMetadata
userConfigMetadata:
Omit
<ResolvedConfig
<UserConfig
,ConfigLayerMeta
>,"config"
>
Source
wxtDir
wxtDir:
string
Source
zip
zip:
object
Type declaration
artifactTemplate
artifactTemplate:
string
excludeSources
excludeSources:
string
[]
includeSources
includeSources:
string
[]
name
name?:
string
sourcesRoot
sourcesRoot:
string
sourcesTemplate
sourcesTemplate:
string
Source
Generated using typedoc-plugin-markdown and TypeDoc