BuildResult

  • typedef
steal-tools.BuildResult {Object}  

The result if a multi-build.

Object

Properties

  1. graph {buildGraph}

    A map of moduleNames to node.

  2. steal {steal}

    The steal function used to load the main module.

  3. loader {Loader}

    The loader used to load the main module.

  4. bundles {Array}

    The builds written out.

  5. configuration {Configuration}

    An object containing information about the build taking place. This is useful for plugins that might need information such as where the [bundlesPath] is.

    It contains:

    • The options used to build.
    • The Loader used internally to get the dependency graph.
    • The dest folder that is being written to.
Help us improve StealJS by taking our community survey