{"version":3,"file":"4677.fea8f6c66bf64ce1064d.bundle.js","mappings":"+GAKA,IAAMA,EAAaC,SAASC,cAAc,OAE1C,GAAIF,EACF,IACEG,OAAOC,eAAeD,OAAOE,eAAeL,EAAWM,MAAO,QAAS,CACrEC,MAAO,W,MAAM,E,GAKjB,CAHE,MAAOC,GAEPC,QAAQC,MAAMF,EAChB,C","sources":["webpack://webstaurantstore/./fixForBootstrapNative.ts"],"sourcesContent":["/**\n * Working around https://github.com/thednp/bootstrap.native/issues/351.\n * If the issue gets patched or if we stop using bootstrap.native we can remove this.\n */\n\nconst useElement = document.querySelector(\"use\");\n\nif (useElement) {\n try {\n Object.defineProperty(Object.getPrototypeOf(useElement.href), \"slice\", {\n value: () => \"\",\n });\n } catch (e) {\n // eslint-disable-next-line no-console\n console.error(e);\n }\n}\n"],"names":["useElement","document","querySelector","Object","defineProperty","getPrototypeOf","href","value","e","console","error"],"sourceRoot":""}