rollup-plugin-execute
rollup-plugin-execute copied to clipboard
feat: 🎸 Allow any rollup hook instead of `generateBundle`
sync
parameter was replaced with an option object, allowing sync
&
hooks
properties.
BREAKING CHANGE: Deprecated sync
truthy/falsy 2nd parameter. Use options.sync
instead.
Closes: #3
There are a lot of diffs, and a lot of them being just stuff moved or re-indented. The core logic remains the same.
This is a great PR. @GerkinDev would you consider updating the VALID_HOOKS to include all the hooks (banner, buildEnd, buildStart, footer, intro, load, options, outro, resolveId, resolveImportMeta, transform, watchChange)? @audinue Thoughts?