Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings when used with Rollup >= 1.27.0 #59

Closed
Lalem001 opened this issue Nov 28, 2019 · 0 comments
Closed

Warnings when used with Rollup >= 1.27.0 #59

Lalem001 opened this issue Nov 28, 2019 · 0 comments

Comments

@Lalem001
Copy link
Contributor

1.27.0 added support for output-specific plugins Rollup#3218. This support also added a warning that appears as follows:

The "${hookName}" hook used by the output plugin ${pluginName} 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.

I bring this up here because a config that is ok to use in rollup directly, end up spamming the terminal with these errors when used with karma-rollup-preprocessor.

I would make an example config, but its visible in the tests within this repo already.

Screen Shot 2019-11-27 at 7 04 44 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants