broccoli-plugin
Advanced tools
Changelog
4.0.2
Changelog
4.0.0
Changelog
3.1.0
this.input
and this.ouput
to broccoli-plugin instances, this aims to replace nearly all usage of this.inputPaths
and this.outputPath
. See the Readme
for further detailsChangelog
3.0.0
Add pluginInterface.trackInputChanges
and expose as options.trackInputChanges
. This adds a change object
that will be passed to the build method which contains information about which input has changed since the
last build.
Convert to typescript
Drop node 6 support