Answer the question
In order to leave comments, you need to log in
Which service to use to determine which versions of the browser the code will work in?
Help me find a service like caniuse that gives the version of browsers for the tested code for which the code will work and, preferably, points to functions that can be downgraded to cover more browser versions
Answer the question
In order to leave comments, you need to log in
Usually there is a webpack + babel-preset-env service for this, where you specify which browsers to support and it does this automatically when building
https://babeljs.io/docs/en/next/babel-preset-env.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question