Sebastian McKenzie 983ca5c71f add function.sent
2015-11-17 23:02:21 -08:00

8 lines
190 B
JavaScript

if (global._babelPolyfill) {
throw new Error("only one instance of babel-polyfill is allowed");
}
global._babelPolyfill = true;
import "core-js/shim";
import "babel-regenerator-runtime";