Sharing with &bundle produces different results
Demivan opened this issue · 1 comments
Demivan commented
https://bundlejs.com/?q=fluent-vue&config={%22esbuild%22%3A{%22external%22%3A[%22vue%22]}}&bundle produces:
⌛ Bundled in 0.479 sec.
Bundle size is 164.88KB -> 64.07KB (gzip)
https://bundlejs.com/?q=fluent-vue&config={%22esbuild%22%3A{%22external%22%3A[%22vue%22]}} and clicking "Build" manually produces:
⌛ Bundled in 0.104 sec.
Bundle size is 13.16KB -> 4.63KB (gzip)
okikio commented
This should now be fixed