You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the preset by default transpiles for IE 11 as part of the "not dead" browser list.
As nearly all browsers become "greenfield", self updating, it is becoming safer to transpile only for the most recent versions.
babel-preset-amex allows for a "modern" option to be passed which will transpile for the common browsers n-1. This should become the default in the next major version.
The text was updated successfully, but these errors were encountered:
Currently the preset by default transpiles for IE 11 as part of the "not dead" browser list.
As nearly all browsers become "greenfield", self updating, it is becoming safer to transpile only for the most recent versions.
babel-preset-amex
allows for a "modern" option to be passed which will transpile for the common browsers n-1. This should become the default in the next major version.The text was updated successfully, but these errors were encountered: