Instead of generating a new temp directory for each build, keep it static in the same place (this could probably be configurable).
The benefit of this is that we can make it only copy over changed files, instead of every single one.
Doing this should speed up build times (especially in watch mode).
Instead of generating a new temp directory for each build, keep it static in the same place (this could probably be configurable).
The benefit of this is that we can make it only copy over changed files, instead of every single one.
Doing this should speed up build times (especially in watch mode).