You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was using vite-plugin-standalone, and you had exposed the esbuild options so that we could pass additional configurations for the server build, in my case it was the minify option.
I know that your reasoning was the minification would make debugging difficult if it was set true by default.
I was wondering if it would be possible to give us the option to pass these configurations for the standalone build?
If not, I understand, thanks!
Great package by the way, in my previous setup I was using vavite and the plugin in order to achieve what this fixes in a single package, really great.
The text was updated successfully, but these errors were encountered:
In my case it greatly reduces the bundle size for publication. For example, in a small test project we saw it go from 17mb without server minification to 10 mb with minification and this was before zipping. (We use zip to publish with Azure).
Hi, I was using
vite-plugin-standalone
, and you had exposed the esbuild options so that we could pass additional configurations for the server build, in my case it was the minify option.I know that your reasoning was the minification would make debugging difficult if it was set
true
by default.I was wondering if it would be possible to give us the option to pass these configurations for the standalone build?
If not, I understand, thanks!
Great package by the way, in my previous setup I was using vavite and the plugin in order to achieve what this fixes in a single package, really great.
The text was updated successfully, but these errors were encountered: