You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					13 lines
				
				686 B
			
		
		
			
		
	
	
					13 lines
				
				686 B
			| 
											3 years ago
										 | "use strict"; | ||
|  | 
 | ||
|  | require("./noConflict"); | ||
|  | 
 | ||
|  | var _global = _interopRequireDefault(require("core-js/library/fn/global")); | ||
|  | 
 | ||
|  | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } | ||
|  | 
 | ||
|  | if (_global["default"]._babelPolyfill && typeof console !== "undefined" && console.warn) { | ||
|  |   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."); | ||
|  | } | ||
|  | 
 | ||
|  | _global["default"]._babelPolyfill = true; |