[ ] other (Please do not submit support requests here (below))
We currently specify supported browsers with a browserslist config in the package.json. I think it makes more sense to remove this so it simply uses the Browserslist defaults which is similar to ours anyway.
https://browsersl.ist/#q=defaults
The defaults query is a shortcut for > 0.5%, last 2 versions, Firefox ESR, not dead. It matches recent versions of popular and supported browsers worldwide and includes Firefox Extended Support Release which is updated roughly annually.
I'm submitting a ...
We currently specify supported browsers with a browserslist config in the
package.json
. I think it makes more sense to remove this so it simply uses the Browserslist defaults which is similar to ours anyway. https://browsersl.ist/#q=defaultsThe defaults query is a shortcut for
> 0.5%, last 2 versions, Firefox ESR, not dead
. It matches recent versions of popular and supported browsers worldwide and includes Firefox Extended Support Release which is updated roughly annually.