steal-tools.BuildResult
{Object}
Object
Properties
-
graph
{buildGraph}
A map of moduleNames to node.
-
The steal function used to load the main module.
-
loader
{Loader}
The loader used to load the main module.
-
bundles
{Array}
-
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.