broccoli-plugin
Advanced tools
Changelog
2.1.0
pluginInterface.volatile
and expose as options.volatile
. This tells broccoli to opt out of memoization and
the build method will always be called regardless if the inputNodes have changed.Changelog
2.0.0
Changelog
1.3.1
[]
as an input
node wasn't caught by the validation but caused an error later during
.build
method invocation.Changelog
1.3.0
pluginInterface.needsCache
and expose as options.needsCache
. This adds the ability
to opt-out of cache directory creation.Changelog
1.2.3
.read
-compatibility mode when input nodes have stable output pathsChangelog
1.2.1
Changelog
1.2.0
sourceDirectories
feature flag, which introduces pluginInterface.nodeType
__broccoliGetInfo__()
without argument