{"version":3,"file":"coreweb/mntv-app-smwebscripts.35e07173.js","mappings":"8EAAuB,oBAAZA,UAIT,kBACAC,OAAOD,QAAU,EAAQ,QAI3B,EAAQ,OAIRE,OAAOC,OAAS,EAAQ,MASD,oBAAZC,SAAoD,oBAAlBC,eAAyD,oBAAjBC,cAehF,CAACF,QAAQG,UAAWF,cAAcE,UAAWD,aAAaC,WAbvDC,SAAQ,SAAUC,GAChBA,EAAKC,eAAe,WAGxBR,OAAOS,eAAeF,EAAM,SAAU,CACpCG,cAAc,EACdC,YAAY,EACZC,UAAU,EACVC,MAAO,SAASC,SACU,OAApBC,KAAKC,YAAqBD,KAAKC,WAAWC,YAAYF,a,sBCjCpE,IAA0BhB,OAAOmB,uB","sources":["/app/scripts/smweb-scripts/config/polyfills.js","/app/scripts/smweb-scripts/utils/publicPathClient.js"],"sourcesContent":["if (typeof Promise === 'undefined') {\n // Rejection tracking prevents a common issue where React gets into an\n // inconsistent state due to an error, but it gets swallowed by a Promise,\n // and the user has no idea what causes React's erratic future behavior.\n require('promise/lib/rejection-tracking').enable();\n window.Promise = require('promise/lib/es6-extensions.js');\n}\n\n// fetch() polyfill for making API calls.\nrequire('isomorphic-fetch');\n\n// Object.assign() is commonly used with React.\n// It will use the native implementation if it's present and isn't buggy.\nObject.assign = require('object-assign');\n\n// In tests, polyfill requestAnimationFrame since jsdom doesn't provide it yet.\n// We don't polyfill it in the browser--this is user's responsibility.\nif (process.env.NODE_ENV === 'test') {\n require('raf').polyfill(global);\n}\n\n// from:https://github.com/jserz/js_piece/blob/master/DOM/ChildNode/remove()/remove().md\nif (typeof Element !== 'undefined' && typeof CharacterData !== 'undefined' && typeof DocumentType !== 'undefined') {\n (function (arr) {\n arr.forEach(function (item) {\n if (item.hasOwnProperty('remove')) {\n return;\n }\n Object.defineProperty(item, 'remove', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function remove() {\n if (this.parentNode !== null) this.parentNode.removeChild(this);\n }\n });\n });\n })([Element.prototype, CharacterData.prototype, DocumentType.prototype]);\n}","__webpack_public_path__ = window.__WEBP_PUBLIC_PATH__; //eslint-disable-line"],"names":["Promise","window","Object","assign","Element","CharacterData","DocumentType","prototype","forEach","item","hasOwnProperty","defineProperty","configurable","enumerable","writable","value","remove","this","parentNode","removeChild","__WEBP_PUBLIC_PATH__"],"sourceRoot":""}