-
Notifications
You must be signed in to change notification settings - Fork 287
/
output.js.map
1 lines (1 loc) · 1.72 KB
/
output.js.map
1
{"version":3,"sources":["../webpack:/@vercel/ncc/test/unit/minify/input.js","../webpack:/@vercel/ncc/webpack/bootstrap","../webpack:/@vercel/ncc/webpack/runtime/compat","../webpack:/@vercel/ncc/webpack/startup"],"names":["foobar","exports","__webpack_module_cache__","__webpack_require__","moduleId","module","threw","__webpack_modules__","ab","__dirname"],"mappings":"wCAAA,MAAAA,EAAA,MACAC,EAAAD,OAAAA,ICAA,IAAAE,EAAA,GAGA,SAAAC,oBAAAC,GAEA,GAAAF,EAAAE,GAAA,CACA,OAAAF,EAAAE,GAAAH,QAGA,IAAAI,EAAAH,EAAAE,GAAA,CAGAH,QAAA,IAIA,IAAAK,EAAA,KACA,IACAC,EAAAH,GAAAC,EAAAA,EAAAJ,QAAAE,qBACAG,EAAA,MACA,QACA,GAAAA,SAAAJ,EAAAE,GAIA,OAAAC,EAAAJ,QCzBAE,oBAAAK,GAAAC,UAAA,ICEA,OAAAN,oBAAA","file":"index.js","sourcesContent":["const foobar = 'qux'\nexports.foobar = foobar\n","// 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\tif(__webpack_module_cache__[moduleId]) {\n\t\treturn __webpack_module_cache__[moduleId].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\tvar threw = true;\n\ttry {\n\t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\t\tthrew = false;\n\t} finally {\n\t\tif(threw) delete __webpack_module_cache__[moduleId];\n\t}\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","\n__webpack_require__.ab = __dirname + \"/\";","// module exports must be returned from runtime so entry inlining is disabled\n// startup\n// Load entry module and return exports\nreturn __webpack_require__(657);\n"]}