netlify/netlify-plugin-edge-handlers

Cleanup bundles

ehmicky opened this issue · 1 comments

Bundles should be incrementally cleaned up.
For example, each time we bundle Edge handlers, we could either:

  • Remove any existing bundle
  • Keep the last bundle (or the last n bundles), and remove the others

Done at #67.