Is your feature request related to a problem? Please describe.
All binary files are installed when using this. I want to choose the one that depends on CPU arch or OS.
Describe the solution you'd like
Use optionalDependencies to manage the executable file like esbuild.
Is your feature request related to a problem? Please describe.
All binary files are installed when using this. I want to choose the one that depends on CPU arch or OS.
Describe the solution you'd like
Use
optionalDependenciesto manage the executable file like esbuild.