Really, 'dependencies' should be excluded from a rollup bundle, yeah? Like, 'dependencies' are externally accessed. If you want to roll up a module, then that's a build-time 'devDependency' (yeah?). I'm a little worried because this has been one way so long, but let's try it.
Deliverables
[x] Replace the limited 'peer dep' excluder with a more robust 'all peer and (non-dev) dep excluder'
Overview
Really, 'dependencies' should be excluded from a rollup bundle, yeah? Like, 'dependencies' are externally accessed. If you want to roll up a module, then that's a build-time 'devDependency' (yeah?). I'm a little worried because this has been one way so long, but let's try it.
Deliverables