estrella
estrella copied to clipboard
Make esbuild an external dependency
It's common practice to mark the fundamental dependencies as external, thus allowing the user to specify its version.
This PR marks esbuild
as a peerDependency
, so they user can install it directly and specify the version.
Can we have this? Pretty please? @rsms