Browserslistc and Android
See original GitHub issueAs I discovered in #30986, if I remove Android
from .browserslistrc tests fail on Legacy Edge. For example: https://github.com/twbs/bootstrap/runs/788301337?check_suite_focus=true
This might be an issue with Babel, opening an issue to track it.
/CC @hzoo
Issue Analytics
- State:
- Created 3 years ago
- Comments:23 (23 by maintainers)
Top Results From Across the Web
browserslistrc - Google Git
last 1 major version. not dead. Chrome >= 45. Firefox >= 38. Edge >= 12. Explorer >= 10. iOS >= 9. Safari >=...
Read more >browserslist/browserslist: Share target browsers ... - GitHub
Browserslist will use browsers and Node.js versions query from one of these sources: .browserslistrc config file in current or parent directories. browserslist ...
Read more >T277860 Amend .browserslistrc to modern browsers
WVUI's current (v0.1.0) .browserslistrc now includes outdated modern browsers. Let's update to reflect modern browser support. android 81 android ...
Read more >BrowserslistError: Unknown version 67 of android
browserslistrc (I also had to exclude safari due to another bug). The ng build command then proceeded successfully. Share.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@alpadev thanks for testing it out 😃 That being said, I think the issue is that this should have been handled by Babel, shouldn’t it?
Also, check out my comment above; I’m not sure if there’s a convention about the dist files syntax. Traditionally, we were using ES5 or even ES3. Now, on main we do use some modern APIs already.
EDIT:
Here’s a temp branch to see the size diff:
The difference is quite big… Putting aside that it’s probably a breaking change to land it now, though.
Alright, after discussing this with @mdo, we agreed to proceed with dropping Safari < 12, thus we should be able to get dist files with modern code. I’ll prepare a PR tomorrow.