When using the compiler watch mode, we currently re-create a new rolldown instance on every file changes. This works and makes the design easy, but has unnecessary overhead. Instead, we should think about using the rolldown watch mode instead?
When using the compiler watch mode, we currently re-create a new rolldown instance on every file changes.
This works and makes the design easy, but has unnecessary overhead. Instead, we should think about using the rolldown watch mode instead?