MCPcopy Create free account
hub / github.com/ReactJSResources/react-webpack-babel / __webpack_require__

Function __webpack_require__

public/bundle.js:488–512  ·  view source on GitHub ↗
(moduleId)

Source from the content-addressed store, hash-verified

486/******/
487/******/ // The require function
488/******/ function __webpack_require__(moduleId) {
489/******/
490/******/ // Check if module is in cache
491/******/ if(installedModules[moduleId])
492/******/ return installedModules[moduleId].exports;
493/******/
494/******/ // Create a new module (and put it into the cache)
495/******/ var module = installedModules[moduleId] = {
496/******/ exports: {},
497/******/ id: moduleId,
498/******/ loaded: false,
499/******/ hot: hotCreateModule(moduleId),
500/******/ parents: hotCurrentParents,
501/******/ children: []
502/******/ };
503/******/
504/******/ // Execute the module function
505/******/ modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));
506/******/
507/******/ // Flag the module as loaded
508/******/ module.loaded = true;
509/******/
510/******/ // Return the exports of the module
511/******/ return module.exports;
512/******/ }
513/******/
514/******/
515/******/ // expose the modules object (__webpack_modules__)

Callers 5

fnFunction · 0.85
hotApplyFunction · 0.85
bundle.jsFile · 0.85
checkFunction · 0.85
injectFunction · 0.85

Calls 2

hotCreateModuleFunction · 0.85
hotCreateRequireFunction · 0.85

Tested by

no test coverage detected