UNPKG

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