Fabio Spampinato

Results 1007 comments of Fabio Spampinato

> What if I want to inspect my own site? Including node modules if they are referenced? Basically the final bundle. @vzakharov-rxnt `npx banal ./path/to/whereever.js` if you want a bundle...

I've merged #16 and shipped the fix in v2.0.5. Thanks for the deep dive 👍

Maaaaaybe, where should this file be placed?

I don't understand the reasons behind this technical limitation, it feels weird to me that perhaps the simplest, cleanest, possible use of `useMemo` isn't supported out of the box: ```ts...

I think you can do something like `banal --external typescript` to consider it an external dependency. At the end of the day I think the thinking was that peer dependencies...

I would say if the need for excluding peer dependencies is pretty rare than the current situation seems ok to me. If it isn't then the need for something more...

I think I'm open to get this to work in the browser too, but the way I'd try to do it is by using the wasm build of esbuild and...

Closing as I don't see this happening.

It seems correct 🤔 Are you sure you are on latest? I should check if I can reproduce this problem.