polyfill.js 203 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 "use strict"; require("core-js/shim"); require("regenerator/runtime"); if (global._babelPolyfill) { throw new Error("only one instance of babel/polyfill is allowed"); } global._babelPolyfill = true;