We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0435e20 + ac9dba7 commit 3c90d01Copy full SHA for 3c90d01
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