Skip to content
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

Update browserlist in package.json #952

Closed
Nooshu opened this issue Aug 9, 2018 · 0 comments
Closed

Update browserlist in package.json #952

Nooshu opened this issue Aug 9, 2018 · 0 comments

Comments

@Nooshu
Copy link

Nooshu commented Aug 9, 2018

Consider removing last 2 versions from the browserlist in package.json. This can be harmful because it says "We support the last 2 versions of every browser", but this includes very old and outdated browsers. More information on this can be seen in this article here. The article also gives and alternative list, although I don't think this is appropriate so it needs a little more consideration.

"browsers": [
  ">0.25%",
  "not ie 11",
  "not op_mini all"
]

Initial discussion started on the Design System repo here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants