This makes it possible to add a single dev (or prod) directory to a .gitignore, or a .dockerignore, or similar.
Currently with the flat hierarchy there's no delineation between prod and dev deps (same problem in npm3 tbh: npm/npm#9674 )
Deduping will perhaps be more difficult, so I get this is a big ask.
This makes it possible to add a single
dev(orprod) directory to a .gitignore, or a .dockerignore, or similar.Currently with the flat hierarchy there's no delineation between prod and dev deps (same problem in npm3 tbh: npm/npm#9674 )
Deduping will perhaps be more difficult, so I get this is a big ask.