sulu / skeleton

Project template for starting your new project based on the Sulu content management system
https://sulu.io
MIT License
261 stars 81 forks source link

Implement a static browserlist #200

Closed alexander-schranz closed 1 year ago

alexander-schranz commented 1 year ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #issuenum
Related issues/PRs #issuenum
License MIT
Documentation PR sulu/sulu-docs#prnum

What's in this PR?

Implement a static browser list: https://www.diffchecker.com/KzP9iLpL

Why?

Avoid problems like: https://github.com/sulu/sulu/issues/6917

I used the output of npx browserlist and added >= to all the browsers. I removed op_mini all, which is already ignored by babel or other transpiling tools.