You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: