It looks like the new Babel env preset is a catch-all that automatically detects and handles Babel transformations.
If we use this, we'll likely need to define what browser targets our app should support. We should look into this when we get reports of our app not working on some browsers.
It looks like the new Babel
env
preset is a catch-all that automatically detects and handles Babel transformations.If we use this, we'll likely need to define what browser targets our app should support. We should look into this when we get reports of our app not working on some browsers.