- npm: Update devDeps
This commit is contained in:
14
editor/external/@babel/polyfill/polyfill.js
vendored
14
editor/external/@babel/polyfill/polyfill.js
vendored
@@ -3,23 +3,15 @@
|
||||
|
||||
_dereq_(2);
|
||||
|
||||
function _global() {
|
||||
var data = _interopRequireDefault(_dereq_(15));
|
||||
|
||||
_global = function () {
|
||||
return data;
|
||||
};
|
||||
|
||||
return data;
|
||||
}
|
||||
var _global = _interopRequireDefault(_dereq_(15));
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
if (_global().default._babelPolyfill && typeof console !== "undefined" && console.warn) {
|
||||
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;
|
||||
_global.default._babelPolyfill = true;
|
||||
},{"15":15,"2":2}],2:[function(_dereq_,module,exports){
|
||||
"use strict";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user