-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look again at browser defaults #4355
Comments
create-react-app/packages/react-dev-utils/browsersHelper.js Lines 16 to 21 in 789b856
We use the "last 2 versions" of modern browsers for dev so I think we're safe there, I think this generic rule (in the tweet) includes iOS/Android browser/IE which causes you to support "old browsers". The "production" browser support is matching to what we supported in v1, so we could talk about modernizing that. Our production match evaluates to: I imagine we'd want to exclude [most] of those mobile browsers by default. |
Evidently, the googlebot crawler is on Chrome v41 so there's that for sites which expect to be indexed. Supporting IE11 is probably keeping the output compatible for now. |
Landed #4470 as a start, we can refine this more. |
Not sure what we have there now but just leaving this for another look closer to 2.x
https://mobile.twitter.com/jamiebuilds/status/988559577313492992
The text was updated successfully, but these errors were encountered: