We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358d6cb commit ac9dba7Copy full SHA for ac9dba7
config/targets.js
@@ -9,5 +9,11 @@ module.exports = {
9
'last 1 Edge version',
10
'last 1 UCAndroid version',
11
'last 1 years',
12
+ // Edge for Android is currently (2021-08-18) using an outdated Chromium version (v77),
13
+ // which is not recognized by `browserslist` and `caniuse`. This can be removed once
14
+ // Edge for Android has promoted their "Edge for Android Beta" app to production, which
15
+ // is using a more up-to-date Chromium version.
16
+ // (see https://github.com/rust-lang/crates.io/issues/3838)
17
+ 'Chrome 77',
18
],
19
};
0 commit comments