assembleco / assemble

Original base program.
4 stars 0 forks source link

Update to `babel-presets-env` #23

Open c-lliope opened 7 years ago

c-lliope commented 7 years ago

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.