Releases: jackmellis/require-extension-hooks
Releases · jackmellis/require-extension-hooks
0.3.3
0.3.2
0.3.0
- Fixed a bug where the plugin option did not pass configuration options 5
- Added
include
andexclude
options so you can easily filter out irrelevant files 4 - Plugins are automatically pushed when registered 3
- Added source map optimisations for codebases that do not use them. 2
- Added
hook
method to the hook parameter, allows you to trigger another extension. i.e.hooks('ts').push({hook} => hook('js'))
1