Skip to content

Commit ac9dba7

Browse files
committed
Fix "Edge for Android" compatibility
1 parent 358d6cb commit ac9dba7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/targets.js

+6
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,11 @@ module.exports = {
99
'last 1 Edge version',
1010
'last 1 UCAndroid version',
1111
'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',
1218
],
1319
};

0 commit comments

Comments
 (0)