It builds correctly, but lots of errors appear like the following:
The "buildStart" hook used by the output plugin node-resolve is a build time hook and will not be run for that plugin. Either this plugin cannot be used as an output plugin, or it should have an option to configure it as an output plugin.
This issue wasn't taken up by maintainers because it didn't include a valid reproduction. If still an issue, we'd be happy to review a PR from the community to resolve the issue.
How Do We Reproduce?
Run a rollup build using this plugin, with plugins specified in the Rollup config, e.g.
It builds correctly, but lots of errors appear like the following:
Expected Behavior
These errors shouldn't appear.
Actual Behavior
As above.
Hypothesis
The NPM package doesn't appear to match the code shown here: https://github.com/rollup/stream/blob/master/src/index.ts
Specifically, in the version in my local node_modules folder I see the following line:
If I change it to match the version hosted here (by only supplying the output options) it works correctly: