{"version":3,"file":"frontend_blocks_scripts.js","mappings":"UAWMA,E,WCXN,SAASC,EAAoBC,GAC5B,IAAIC,EAAI,IAAIC,MAAM,uBAAyBF,EAAM,KAEjD,MADAC,EAAEE,KAAO,mBACHF,CACP,CACAF,EAAoBK,KAAO,IAAM,GACjCL,EAAoBM,QAAUN,EAC9BA,EAAoBO,GAAK,IACzBC,EAAOC,QAAUT,C,GCPbU,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaJ,QAGrB,IAAID,EAASE,EAAyBE,GAAY,CAGjDH,QAAS,CAAC,GAOX,OAHAM,EAAoBH,GAAUJ,EAAQA,EAAOC,QAASE,GAG/CH,EAAOC,OACf,CCtBAE,EAAoBK,EAAI,CAACC,EAAKC,IAAUC,OAAOC,UAAUC,eAAeC,KAAKL,EAAKC,IHW5EnB,EAAUwB,EAAAA,MAORlB,OAAOmB,SAAQ,SAACC,GAAG,OAAK1B,EAAQ0B,EAAI,G","sources":["webpack:///./src/block-frontend.js","webpack:///./src/block/ sync frontend\\.js$","webpack:///webpack/bootstrap","webpack:///webpack/runtime/hasOwnProperty shorthand"],"sourcesContent":["/**\n * All frontend scripts required by our blocks should be included here.\n *\n * This is the file that Webpack is compiling into blocks.frontend.build.js\n */\n\n/**\n * Internal dependencies\n */\n// import './polyfill'\n\nconst context = require.context(\n\t\"./block\", // Search within the src/blocks directory.\n\ttrue, // Search recursively.\n\t/frontend\\.js$/ // Match any frontend.js.\n);\n\n// Import.\ncontext.keys().forEach((key) => context(key));\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 = () => ([]);\nwebpackEmptyContext.resolve = webpackEmptyContext;\nwebpackEmptyContext.id = 895;\nmodule.exports = webpackEmptyContext;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))"],"names":["context","webpackEmptyContext","req","e","Error","code","keys","resolve","id","module","exports","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","o","obj","prop","Object","prototype","hasOwnProperty","call","require","forEach","key"],"sourceRoot":""}