Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Use babel-preset-env instead of specific babel presets

Compare
Choose a tag to compare
@JakeChampion JakeChampion released this 09 Nov 10:30
· 611 commits to master since this release
Replace babel presets with preset-env (#499)

This is after running tests to determine that the output is identical for
es2015,2016,2016 and es3 code (output string is deepEquals).

es3 presets are _not_ included in preset-env, but without configuration it is identical
to the es-preset-20xx modules.

It would be nice to have some form of snapshot testing to verify this.