You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installed via npm this package is over 250mb, most of it is node_modules/babel*.
I don't see any reference to babel except in the npm scripts, so are they really necessary for the functioning of the package, or should some of them be in devDependencies?
Looking through the code, it seems that the only dependencies needed to run this are pluralize and superagent, with the others just being for building and testing, so I suggest moving the other modules to devDependencies
The text was updated successfully, but these errors were encountered:
When installed via npm this package is over 250mb, most of it is
node_modules/babel*
.I don't see any reference to babel except in the npm scripts, so are they really necessary for the functioning of the package, or should some of them be in devDependencies?
Looking through the code, it seems that the only dependencies needed to run this are
pluralize
andsuperagent
, with the others just being for building and testing, so I suggest moving the other modules to devDependenciesThe text was updated successfully, but these errors were encountered: