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.
1 parent 25c454d commit c3b4ee0Copy full SHA for c3b4ee0
config/targets.js
@@ -9,11 +9,5 @@ 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