@babel/preset-stage-2
The gist of Stage 2 is:
Via CLI
loose
, defaults to false
.
boolean
, defaults to .
Will use the native built-in instead of trying to polyfill behavior for any plugins that require one.
decoratorsLegacy
boolean
, defaults to false
.
- Chapter ““ in “Exploring ES2016 and ES2017” by Axel Rauschmayer