@babel/preset-stage-3
The gist of Stage 3 is:
.babelrc
Enable "loose" transformations for any plugins in this preset that allow them.
, defaults to .
Will use the native built-in instead of trying to polyfill behavior for any plugins that require one.
- Chapter "The TC39 process for ECMAScript features" in "Exploring ES2016 and ES2017" by Axel Rauschmayer