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
documentation.js is huge on npm install, for a weird reason:
npm v2.15.9
npm install documentation
All of the red is duplicate installations of core-js
Each core-js module install is 1.85MB and even though they're all the same exact version, npm installs one copy for every single babel transform.
Actions: I have no idea, this is bad.
The text was updated successfully, but these errors were encountered:
for comparison, here's npm 3.10.9
that is with 78ac0b0 checked out.
Sorry, something went wrong.
Looks like we just need to say "no more npm v2" and go anything but npm v2, whether that's v3 or yarn.
ed9d2b7
No branches or pull requests
documentation.js is huge on npm install, for a weird reason:
npm v2.15.9
All of the red is duplicate installations of core-js
Each core-js module install is 1.85MB and even though they're all the same exact version, npm installs one copy for every single babel transform.
Actions: I have no idea, this is bad.
The text was updated successfully, but these errors were encountered: