{"version":3,"file":"greeting.c672284a.js","mappings":"gMAEMA,EAAU,CACfC,e,SAAgBC,GAGXC,EAAMC,EAAAA,OAGZD,EAAIE,OAAOC,SAAQ,SAAAC,GAClB,IAAIC,EAAQD,EAAIC,MAAM,kBAClBC,EAAOD,EAAM,GAAGE,OAAO,GAAGC,cAAgBH,EAAM,GAAGI,MAAM,GAC7D,GAAIZ,EAAQS,GACX,MAAM,IAAII,MAAM,qBAADC,OAAsBP,IAEtCP,EAAQS,GAAQN,EAAII,GAAKQ,OAC1B,IAEA,W,oBClBA,SAASC,EAAoBb,GAC5B,IAAIc,EAAI,IAAIJ,MAAM,uBAAyBV,EAAM,KAEjD,MADAc,EAAEC,KAAO,mBACHD,CACP,CACAD,EAAoBX,KAAO,WAAa,MAAO,EAAI,EACnDW,EAAoBG,QAAUH,EAC9BA,EAAoBI,GAAK,MACzBC,EAAOC,QAAUN,C","sources":["webpack://mucklet-client/./src/client/modules/greeting-modules.js","webpack://mucklet-client/./src/client/modules/greeting/ sync ^\\..*\\/([^/]*)\\/\\1.js$i"],"sourcesContent":["import GreetingScreen from 'modules/greetingScreen/GreetingScreen';\n\nconst modules = {\n\tgreetingScreen: GreetingScreen,\n};\n\nconst req = require.context(\"./greeting/\", true, /^\\..*\\/([^/]*)\\/\\1.js$/i);\n\n// Using the first-character-lowercase name of the js-file as module name\nreq.keys().forEach(key => {\n\tlet match = key.match(/\\/([^/]*)\\.js$/);\n\tlet name = match[1].charAt(0).toLowerCase() + match[1].slice(1);\n\tif (modules[name]) {\n\t\tthrow new Error(`duplicate module: ${key}`);\n\t}\n\tmodules[name] = req(key).default;\n});\n\nexport default modules;\n","function webpackEmptyContext(req) {\n\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\te.code = 'MODULE_NOT_FOUND';\n\tthrow e;\n}\nwebpackEmptyContext.keys = function() { return []; };\nwebpackEmptyContext.resolve = webpackEmptyContext;\nwebpackEmptyContext.id = 97998;\nmodule.exports = webpackEmptyContext;"],"names":["modules","greetingScreen","GreetingScreen","req","require","keys","forEach","key","match","name","charAt","toLowerCase","slice","Error","concat","default","webpackEmptyContext","e","code","resolve","id","module","exports"],"sourceRoot":""}