Login
From:
marvinh.dev
(Uncensored)
subscribe
Speeding up the JavaScript ecosystem - Polyfills gone rogue
https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-6/
links
backlinks
Roast topics
Find topics
Find it!
Many popular npm packages depend on 6-8x more packages than they need to. Most of these are unnecessary polyfills and it's one of the key reasons node_modules folders are so large. The eslint ecosystem seems to be most affected by this.