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 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)
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.