Description
Do you want to request a feature or report a bug?
Feature (I would like think of it as a bug too)
What is the current behavior?
Trying to install three.js
module from repository instead of registry yields 303MB folder in size. Installing same thing with NPM and resulting folder is just 11MB
If the current behavior is a bug, please provide the steps to reproduce.
yarn init
yarn add github:mrdoob/three.js
What is the expected behavior?
The .npmignore
file should be used and actually remove files that conforms to globs there. Not sure if it's possible to actually avoid unpacking those files in first place. That would certainly improve performance much more.
Reason why to install package from repository is because of custom forks.
Please mention your node.js, yarn and operating system version.
Node 6.9.1, Yarn 0.17.7, Windows 10 x64