question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Browserslistc and Android

See original GitHub issue

As 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:closed
  • Created 3 years ago
  • Comments:23 (23 by maintainers)

github_iconTop GitHub Comments

3reactions
XhmikosRcommented, Mar 16, 2021

@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.

2reactions
XhmikosRcommented, Mar 17, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >
Browserslist
A page to display compatible browsers from browserslist string.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found