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
After some investigation, I found that the bundle contains white spaces. Looks like Vite bypassing minification process. Or, most probably, utwm plugin rewrites output source code, reversing minification.
Is this expected behavior?
Hard-coded build.minify: 'esbuild' option had no effect. Is there a simple solution for this?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello!
I'm using Vite for my small Vue App.
"tailwindcss-patch" and "unplugin-tailwindcss-mangle" packages installed as Dev Dependencies.
Here is my vite.config.js before adding utwm() plugin:
Output:
225.39 kB │ gzip: 74.91 kB
With utwm() plugin:
316.63 kB │ gzip: 84.25 kB
After some investigation, I found that the bundle contains white spaces. Looks like Vite bypassing minification process. Or, most probably, utwm plugin rewrites output source code, reversing minification.
Is this expected behavior?
Hard-coded
build.minify: 'esbuild'
option had no effect. Is there a simple solution for this?Thank you.
The text was updated successfully, but these errors were encountered: