1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-21 17:46:35 +02:00

chore(css): fix typo in postcss-config browserslist and update list (#8578)

- s/last 3 major version/last 3 major versions/
- sync with current browserslistrc, babelrc, rollup_config
This commit is contained in:
Christian Ebert 2024-05-06 17:58:15 +01:00 committed by GitHub
parent 4dfea6193a
commit 3df0e9b7f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
// see https://github.com/browserslist/browserslist for more info
const browsersList = ['last 3 major version', 'Firefox ESR', 'Chrome >= 53', 'not dead', 'not ie 11'];
const browsersList = ['last 3 major versions', 'Firefox ESR', 'Chrome >= 53', 'not dead', 'not ie 11', 'not baidu 7', 'not and_qq 11', 'not and_uc 12', 'not op_mini all'];
module.exports = {
plugins: [