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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
When I made this package I was quite inexperienced, and truthfully I downloaded whatever I felt like at the moment. Over time this has caused some major package bloat. It has come to the point where ReplAPI.it for NodeJS is 7.05 MB in size, which is... disturbing. To decrease package bloat we could:
Remove unnecessary dependencies
Homebrew some packages and utilities
Use a module bundler, uglifier, and tree-shaker (Rollup is what I had in mind)
I'll fix this in while working on the refactor.
The text was updated successfully, but these errors were encountered:
3fe492a removed all dependencies that I was worried about and used some different packages with smaller footprints. I'd say all in all this issue is now resolved.
When I made this package I was quite inexperienced, and truthfully I downloaded whatever I felt like at the moment. Over time this has caused some major package bloat. It has come to the point where ReplAPI.it for NodeJS is 7.05 MB in size, which is... disturbing. To decrease package bloat we could:
I'll fix this in while working on the refactor.
The text was updated successfully, but these errors were encountered: