We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The enzyme npm package includes a compiled _book directory that occupies a lot of space:
enzyme
_book
~/src/app/node_modules/enzyme〉du -sh * 4.0K CHANGELOG.md 4.0K CONTRIBUTING.md 4.0K LICENSE.md 8.0K README.md 6.3M _book 4.0K book.json 236K build 356K docs 4.0K install-relevant-react.sh 2.7M node_modules 8.0K package.json 1.7M packages 172K src
Could this be included in npmignore so that it doesn't slow down installs?
The text was updated successfully, but these errors were encountered:
18ef53b
Merge pull request #85 from tmcw/patch-1
28a96d4
Exclude _book from npm package. Fixes #84
No branches or pull requests
The
enzyme
npm package includes a compiled_book
directory that occupies a lot of space:Could this be included in npmignore so that it doesn't slow down installs?
The text was updated successfully, but these errors were encountered: