Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse caniuse-lite #85
Use caniuse-lite #85
Comments
|
Somewhat reluctant to depend on a dependency that doesn't have any tests. Maybe we could use it after it adds some tests? |
|
Sure, adding tests to |
|
@ai it's been some time since this ticket was filed and it looks like the project has matured more since I initially looked at it. Would you like to PR for this? |
|
Also, |
|
Awesome! Would you be interested in putting together a PR for this? |
|
Not in the next few weeks, sorry. Need to finish docs for my another open source project. |


We loved
caniuse-db, but it uses 7 MB and contains many irrelevant data.This is why @ben-eb created
caniuse-lite. It is just a copy of latestcaniuse-db(he wrote autorelease script) with less data and better compression. Only 1 MB.Autoprefixer and Browserslist moved to
caniuse-lite. So let’s use it here too. It is very easy, API is the same.