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

getRequest [Failed at request] #48

Closed Shemrock3267 closed 1 year ago

Shemrock3267 commented 1 year ago

Hey, i was trying to check what is wrong with my custom lib (size-wise), without adding webpack to scan it with webpack-bundle-analyzer. I'm using rollup. But i'm getting get error after i press on 'Build' button. failed-request

okikio commented 1 year ago

The problem is that the dist/ folder doesn't match the package.json.

image image
Shemrock3267 commented 1 year ago

Yeah, my bad. Thanks for pointing it out. Cheers

Shemrock3267 commented 1 year ago

Yeah, now it bundled as it should. Great app you guys built 🤩

okikio commented 1 year ago

Great to see that it worked out