-
@davidpine7 @npmjs Not a dumb question, but I think about this a little differently. If my app is pulling dependencies from NPM, there is very likely transpilation happening to build the final JS bundle(s). I would want to verify *that process* was targeting the right browsers in its final build.
-
@davidpine7 @npmjs Through something like babeljs.io/docs/en/babel-preset-env, for example. But I think I'm very likely not understanding the scenario you're in.