Stone.js API
    Preparing search index...
    • Collect every CLI plugin for this run, from both loading paths, de-duplicated by name.

      Path A (explicit, open to any package): the plugins: [...] array from stone.config. Path B (zero-config, first-party only): @stone-js/* direct dependencies advertising a contract, unless autoDiscover is false. A plugin declared explicitly always wins over the same plugin auto-discovered, so a developer can override a first-party plugin's options.

      Parameters

      • configPlugins: StoneCliPlugin[]

        Plugins declared in stone.config (stone.builder.plugins).

      • autoDiscover: boolean

        Whether to auto-discover first-party plugins.

      Returns Promise<LoadedStonePlugin[]>

      The merged, de-duplicated plugins with their sources.