browserslist / caniuse-lite

A smaller version of caniuse-db, with only the essentials!
Creative Commons Attribution 4.0 International
547 stars 77 forks source link

I am a beginner, and I have a big problem. This project is an old one. Who can help me? #130

Closed createjdd closed 1 month ago

createjdd commented 1 month ago

I made a mistake? Why is this dependency so large? Is there anyone who can help me a bit? Thank you very much.

image
ai commented 1 month ago

It is really so large, because it contains all data from Can I Use website.

Uncompressed version (caniuse-db) is even bigger (20 MB) https://www.npmjs.com/package/caniuse-db

But you should not use in client-side JS bundle for web. This dependency is mostly for Node.js CLI tools like Autoprefixer (where size is not so painful).