Skip to content

Commit c3b4ee0

Browse files
authored
Revert "Fix "Edge for Android" compatibility" (#8569)
This reverts commit ac9dba7.
1 parent 25c454d commit c3b4ee0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/targets.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,5 @@ 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',
1812
],
1913
};

0 commit comments

Comments
 (0)