Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: plugin behavior with vite build --watch
- add watched files with rollup's PluginContext.addWatchFile() - support cleaning up state (result + emitter variables) when closing bundle so other builds can happen (build --watch) - bump vite dep to 2.7.0 to get access to config.build.watch - just for types, but hey 2.7.0 is old now - bumped minor to 0.4.0 because of it
- Loading branch information