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

no longer works by default (with unpkg) #60

Closed NullVoxPopuli closed 2 months ago

NullVoxPopuli commented 12 months ago

https://bundlejs.com/?q=active-inflector&treeshake=%5B*%5D

FireFox

image

image

Chrome

image

image

NullVoxPopuli commented 12 months ago

choosing other CDNs appears to have no effect

for example: https://bundlejs.com/?q=active-inflector&treeshake=%5B*%5D&config=%7B%22cdn%22%3A%22https%3A%2F%2Fcdn.esm.sh%22%7D

still builds with unpkg

NullVoxPopuli commented 12 months ago

this URL works: https://bundlejs.com/?q=active-inflector&treeshake=%5B*%5D&config=%7B%22cdn%22%3A%22esm.run%22%2C%22esbuild%22%3A%7B%22logLevel%22%3A%22debug%22%7D%7D

okikio commented 12 months ago

Unpkg.com seemed to have gone down for a bit there, its now fixed, but you're right about the bug where it's not switching CDNs, I've been working on fixing it for sometime, I just haven't had much time thus recently

okikio commented 2 months ago

This issue was fixed a while back but I forgot it