steal-tools
Version:
Futuristic build tools for ES6 Module applications.
12 lines (7 loc) • 382 B
Markdown
{Function} steal-tools.export.ignorer ignorer
steal-tools.export.output
Specifies a function that decides of a module should be ignored (not included) in the exported artifact.
`ignorer(name, load)`
{moduleName} name The module name.
{load} load The load object for this module.
{Boolean} True if this module should be ignored.