@addfox/core
v0.2.4
Published
addfox core: types, config loading, entry discovery/resolution, manifest building
Downloads
1,692
Readme
@addfox/core
中文 | English
addfox core: types, config loading, entry discovery/resolution, manifest building, errors and constants. Consumed by CLI and plugins; can be used directly in custom scripts.
- defineConfig: config helper, returns user config
- ConfigLoader / resolveAddfoxConfig: load addfox.config and resolve to full config + entry list
- EntryDiscoverer / EntryResolver: discover entries from dirs or resolve from
entryconfig - ManifestBuilder: build per-browser manifest from config and entries
- CliParser: parse
addfox dev|build [-b chrome|edge|brave|vivaldi|opera|santa|firefox] - mergeRsbuildConfig: deep-merge Rsbuild config
- AddfoxError / create*Error: unified error type and factories
