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

Plugin interferes with Rollup watch #15

Closed
robhicks opened this issue Apr 15, 2019 · 2 comments
Closed

Plugin interferes with Rollup watch #15

robhicks opened this issue Apr 15, 2019 · 2 comments

Comments

@robhicks
Copy link

I tried the plugin over the weekend. It works well except I cannot get rollup watch to work with it.

Please let me know what I'm doing wrong:
https://bitbucket.org/robhicks55/rollup-plugin-dts-watch/src/master/

@Swatinem
Copy link
Owner

I don’t think you are doing anything wrong, rather the plugin is fundamentally incompatible with rollup-watch.
I basically use the TS compiler internally, which itself compiles/typechecks the whole project at once. Making it work with a watcher would probably involve some work inside the plugin.

@Swatinem
Copy link
Owner

Swatinem commented Jun 3, 2019

1.0.0-alpha.0 should work. at least it does not do any internal caching itself.

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

No branches or pull requests

2 participants