scalajs-bundler
scalajs-bundler copied to clipboard
Pick either npm or yarn
I'm looking at ways to simplify the internals. We have support for npm and yarn and by removing either we could do some simplifications.
What do you think? I'd keep only yarn
git grep useYarn only blames ExternalCommand for any complexity, and it's fairly small. I'm not sure dropping support for either would actually simplify anything.