4 ms·
I wish some kind of "auto-bundle" feature prevented the creation of multiple hundred MB's worth of tests, readmes and docs on disk when something like single "b
by currywurst 10y ago
I wish some kind of "auto-bundle" feature prevented the creation of multiple hundred MB's worth of tests, readmes and docs on disk when something like single "babel.bundle.js" file would do.
Is it really important that one knows that a tool dependency uses left-pad ? What could be the drawbacks of such bundling?
- thejameskyle 10y agoYou can run `yarn clean` and it will clear out all the extra files you don't need: https://yarnpkg.com/en/docs/cli/clean https://yarnpkg.com/en/docs/cli/clean
- currywurst 10y agoGreat !! That sounds like it should help atleast .. hope the heuristics improve to capture most npm patterns
- epmatsw 10y agoIn theory, those submodules should be npmignoring those files and subdirectories, right?