chore: update browserslist to be more explicit (#2277)
Some checks are pending
Test & Docs / tests (postgresql, 3.10) (push) Waiting to run
Test & Docs / tests (postgresql, 3.12) (push) Waiting to run
Test & Docs / lint (push) Waiting to run
Test & Docs / docs (push) Waiting to run

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:
David Larlet 2024-11-19 09:16:57 -05:00 committed by GitHub
commit 8f08ee3278
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
] ]
} }