developit / microbundle

📦 Zero-configuration bundler for tiny modules.
https://npm.im/microbundle
MIT License
8.04k stars 362 forks source link

Question about `new Proxy` #908

Closed aralroca closed 2 years ago

aralroca commented 2 years ago

In the same way than:

Is possible to do something similar to new Proxy? because I have several new Proxy in my bundle and I think it would be very beneficial if there was only one. Thank you!

aralroca commented 2 years ago

I have tried to do it to see if it would improve but it does not reduce bytes. So I think it's ok then.