Created by: Timer
Because of how tuned our babel configuration is we can't reliably let users target what browser's they'd like to support without everything else falling apart.
If we use just preset-env
users are left with a suboptimal bundle or something that requires other configuration, so this is the best option for now.