I would like to populate my browserslist configuration for create-react-app to correctly transpile my code. Initial idea was to look for WebGL support and then add those browser to the configuration, but then I realized that I’m not building explicitely with WebGL but with Babylon.js, so maybe I should rely onto Babylon.js’s compatibility list. However, it would be perfect if this list was codified, i.e. as a browserslist-config- package, which I could just include in my project.
Would it be possible to provide such a package?
