If you're using straight ESM then you don't need any build tool a lot of the time. If I need any 3rd party module it's either include it in global using an ES5 library, or use https://www.skypack.dev/ which has a ESM…
If you're using straight ESM then you don't need any build tool a lot of the time. If I need any 3rd party module it's either include it in global using an ES5 library, or use https://www.skypack.dev/ which has a ESM…