I appologie if this is the wrong place to make feature requests, I couldn't find any other fitting place.
I'm required to run the plugin in enforce: "post" mode, because I'm using some import.meta.env and it would break otherwise. Sadly, I can't add a header to the generated bundle, as I can't manage to get a custom-written vite plugin to execute after obfuscator has done its work.
So what about adding an option which would add a header to the js bundle?
Regards