{"version":3,"sources":["polyfills.js","index.js"],"names":["Intl","PluralRules","require","RelativeTimeFormat","APPSETTINGS_JSON","process","Date","now","a","fetch","credentials","resp","ok","Error","json","window","MW_APP_SETTINGS","default","console","error"],"mappings":"mLAGKA,KAAKC,cACRC,EAAQ,KACRA,EAAQ,KACRA,EAAQ,MAGLF,KAAKG,qBACRD,EAAQ,KACRA,EAAQ,KACRA,EAAQ,MCVV,IAAME,EAAgB,UAAMC,GAAN,+BAAmDC,KAAKC,OAE9E,sBAAC,4BAAAC,EAAA,+EAEsBC,MAAML,EAAkB,CACzCM,YAAa,gBAHlB,WAESC,EAFT,QAKaC,GALb,sBAKuB,IAAIC,MAAM,4BALjC,uBAMkCF,EAAKG,OANvC,cAMGC,OAAOC,gBANV,iBAQsB,qDARtB,eASQC,UATR,kDAWGC,QAAQC,MAAM,wBAAd,MAXH,yDAAD,K","file":"static/js/app.5b53f8d8.chunk.js","sourcesContent":["import \"@babel/polyfill\";\nimport \"react-app-polyfill/ie11\";\n\nif (!Intl.PluralRules) {\n require(\"@formatjs/intl-pluralrules/polyfill\");\n require(\"@formatjs/intl-pluralrules/dist/locale-data/da\");\n require(\"@formatjs/intl-pluralrules/dist/locale-data/en\");\n}\n\nif (!Intl.RelativeTimeFormat) {\n require(\"@formatjs/intl-relativetimeformat/polyfill\");\n require(\"@formatjs/intl-relativetimeformat/dist/locale-data/da\");\n require(\"@formatjs/intl-relativetimeformat/dist/locale-data/en\");\n}\n","import \"polyfills\";\n\nconst APPSETTINGS_JSON = `${process.env.PUBLIC_URL}/appsettings.json?v=${Date.now()}`;\n\n(async () => {\n try {\n const resp = await fetch(APPSETTINGS_JSON, {\n credentials: \"same-origin\"\n });\n if (!resp.ok) throw new Error(\"Could not fetch settings\");\n window.MW_APP_SETTINGS = await resp.json();\n\n const init = await import(\"./initialization\");\n init.default();\n } catch (error) {\n console.error(\"Initialization failed\", error);\n }\n})();\n"],"sourceRoot":""}