Stone.js API
    Preparing search index...
    • Register the native target on the build blueprint.

      A config-phase middleware, so the target exists before any command runs, and additive, so a project that declared its own targets keeps them.

      Parameters

      • context: BlueprintContext<IBlueprint, ClassType>

        The configuration context.

      • next: NextMiddleware<BlueprintContext<IBlueprint, ClassType>, IBlueprint>

        The next pipeline function.

      Returns Promise<IBlueprint>

      The updated blueprint.