ignorer
steal-tools.export.ignorer
{function()}
Specifies a function that decides of a module should be ignored (not included) in the exported artifact.
ignorer(name, load)
Parameters
-
name
{moduleName}
The module name.
-
load
{load}
The load object for this module.
Returns
{Boolean}
True if this module should be ignored.