A couple of rollup 3's breaking changes effected this plugin.
[x] RollupWatcher.addListener was removed, we should use RollupWatcher.on instead. on existed in rollup 2, and did the same thing as addListener, so this is backwards compatible.
[x] Browser was opening again when pressing ctrl+C to stop dev mode... Still looking into this one.
This closes #67.
A couple of rollup 3's breaking changes effected this plugin.
RollupWatcher.addListener
was removed, we should useRollupWatcher.on
instead.on
existed in rollup 2, and did the same thing asaddListener
, so this is backwards compatible.ctrl+C
to stop dev mode... Still looking into this one.This should be backwards compatible with vite 3.