outDir
outDir is the build output directory name, under outputRoot. The full output path is outputRoot/outDir, default .addfox/extension.
Type and default
- Type:
string | undefined - Default:
"extension" - Full path:
path.resolve(root, outputRoot, outDir).
Role
- All entry outputs (JS, CSS, HTML) and the generated manifest
manifest.jsongo under this directory. addfox devloads the extension from this path.- When zip is enabled,
addfox buildproducesoutDir.zip(e.g.extension.zip) under outputRoot.

