Skip to content

False positive on Edge 17 when Chrome >= 51 is present #23

@DimitarNestorov

Description

@DimitarNestorov

Our website doesn't work on Edge 17 but the regex would say otherwise.
Here's a minimal browserslist config that should return false on Edge 17, but is true:

[
    "chrome >= 51",
    "edge >= 18"
]

Omitting the Chrome line returns false.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions