Better monorepo support
Currently, it only prevents packages found in root ./node_modules from being bundled, but it should also exclude node modules in each sub package.
./node_modules
Better monorepo support #4
Currently, it only prevents packages found in root
./node_modules
from being bundled, but it should also exclude node modules in each sub package.