Add bundler picking with optional CLI argument#8
Conversation
|
Note: I'm a novice to node.js, hopefully this is a proper way to do it haha |
|
Thanks for the PR. I'll want to prefer full names to prevent clashes (e.g. Rolldown in the future), but I'm curious what use-case you're targeting solely ESBuild for. Would you prefer a programmable API from a maintainer perspective or are you using this to track down troublesome dependencies as a user? |
|
Meant to answer earlier, sorry for the delay. Anyways, no problem, thanks for your reply. I agree that full names is a better option, I'll add it. Hopefully that makes sense! |
Hey there, thanks for the tool. In my case, I just needed to test for ESBuild tree shaking, but it seems like running the tool automatically checks all three bundlers.
So I added this simple snippet of code to add a CLI argument in the format
-r-w-eor any combination of these to add a bundler picking functionality.