mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: update browserslist to be more explicit
Given that we need to support ES6 modules, better to write it down explicitely. Current audience coverage is unchanged: 88.3 % See https://browsersl.ist/#q=%22browserslist%22%3A+%5B%0A++%22defaults+and+fully+supports+es6-module%22%0A%5D vs. https://browsersl.ist/#q=%22browserslist%22%3A+%5B%0A++%22%3E+0.5%25%2C+last+2+versions%2C+Firefox+ESR%2C+not+dead%2C+not+op_mini+all%22%0A%5D
This commit is contained in:
parent
2c64745c52
commit
b085afa435
1 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,6 @@
|
||||||
"simple-statistics": "7.8.5"
|
"simple-statistics": "7.8.5"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"> 0.5%, last 2 versions, Firefox ESR, not dead, not op_mini all"
|
"defaults and fully supports es6-module"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue