10 lines
209 B
JavaScript
10 lines
209 B
JavaScript
"use strict";
|
|
|
|
if (global._babelPolyfill) {
|
|
throw new Error("only one instance of babel/polyfill is allowed");
|
|
}
|
|
global._babelPolyfill = true;
|
|
|
|
require("core-js/shim");
|
|
require("regenerator-babel/runtime");
|