-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.js.map
1 lines (1 loc) · 1.95 KB
/
build.js.map
1
{"version":3,"sources":["webpack:///webpack/bootstrap b38d87abf0487e974733","webpack:///./home.js","webpack:///./welcome.js"],"names":[],"mappings":";;AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,uBAAe;AACf;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;;;;;;ACtCA;;AAEA;;AAEA;;AAEA;;;;;;;ACNA;;AAEA;AACA;AACA;AACA","file":"build.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n/** WEBPACK FOOTER **\n ** webpack/bootstrap b38d87abf0487e974733\n **/","'use strict'\r\n\r\nlet welcome = require('./welcome');\r\n\r\nwelcome('home');\r\n\r\nexports.welcome = welcome;\r\n\n\n\n/*****************\n ** WEBPACK FOOTER\n ** ./home.js\n ** module id = 0\n ** module chunks = 0\n **/","'use strict'\r\n\r\nmodule.exports = function (message) {\r\n debugger;\r\n alert('Welcome ' + message);\r\n}\r\n\n\n\n/*****************\n ** WEBPACK FOOTER\n ** ./welcome.js\n ** module id = 1\n ** module chunks = 0\n **/"],"sourceRoot":""}