Home:ALL Converter>Properties of babel-polyfill

Properties of babel-polyfill

Ask Time:2017-03-25T03:46:47         Author:Tsymbalenko Oleksandr

Json Formatter

In many pieces of code I saw such expression:

 require('babel-polyfill').default;

What does it mean property default, and where I can find all properties that could be applied to babel-polyfill, because I didn't see in Babel official documentation usage of this option.

Author:Tsymbalenko Oleksandr,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/43007953/properties-of-babel-polyfill
yy