okikio / bundlejs

An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.
https://bundlejs.com
MIT License
751 stars 13 forks source link

Sharing with &bundle produces different results #37

Closed Demivan closed 2 years ago

Demivan commented 2 years ago

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 2 years ago

This should now be fixed