index.js 686 B

12345678910111213
  1. "use strict";
  2. require("./noConflict");
  3. var _global = _interopRequireDefault(require("core-js/library/fn/global"));
  4. function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
  5. if (_global["default"]._babelPolyfill && typeof console !== "undefined" && console.warn) {
  6. console.warn("@babel/polyfill is loaded more than once on this page. This is probably not desirable/intended " + "and may have consequences if different versions of the polyfills are applied sequentially. " + "If you do need to load the polyfill more than once, use @babel/polyfill/noConflict " + "instead to bypass the warning.");
  7. }
  8. _global["default"]._babelPolyfill = true;