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

"browser" attribute in package.json is not used #31

Closed danderson00 closed 1 year ago

danderson00 commented 2 years ago

The browser attribute is generally used instead of the src attribute by bundlers such as webpack.

I also tried setting the entryPoints esbuild option but that did not work either.

Very useful tool, thanks!

okikio commented 2 years ago

Yeah, some of those features are currently broken, but I'm working on getting them working. Thanks 👍

okikio commented 2 years ago

@danderson00 Can you please send me a link to the package you're referring to. I want to confirm if the latest changes have solved this issue

danderson00 commented 2 years ago

Awesome, you rock! @x/socket. I’ll give it a run at the end of the week. Skiing at the moment!😁

Thanks!

On 1 Aug 2022, at 8:11 am, Okiki Ojo @.***> wrote:

 @danderson00 Can you please send me a link to the package you're referring to. I want to confirm if the latest changes have solved this issue

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

okikio commented 1 year ago

@danderson00 Were you able to solve the issue you had with bundlejs?

okikio commented 1 year ago

It seems this is fixed so I'll close this issue