javascript
JavaScript Vincent 1y ago 100%

Speeding up the JavaScript ecosystem - Polyfills gone rogue

https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-6/

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.

3
0
Comments 0