webpack
Version:
Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.
31 lines (25 loc) • 2.18 kB
JavaScript
exports.ids = [1];
exports.modules = [
/* 0 */,
/* 1 */
/*!*****************************************!*\
!*** ./chunks/context nonrecursive two ***!
\*****************************************/
/***/ function(module, exports, __webpack_require__) {
eval("var map = {\n\t\"./two\": 3,\n\t\"./two.js\": 3\n};\nfunction webpackContext(req) {\n\treturn __webpack_require__(webpackContextResolve(req));\n};\nfunction webpackContextResolve(req) {\n\treturn map[req] || (function() { throw new Error(\"Cannot find module '\" + req + \"'.\") }());\n};\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 1;\n\n\n/*****************\n ** WEBPACK FOOTER\n ** ./chunks/context nonrecursive two\n ** module id = 1\n ** module chunks = 1\n **/\n//# sourceURL=webpack:///./chunks/context_nonrecursive_two?");
/***/ },
/* 2 */
/*!**********************************!*\
!*** ./chunks/context ^\.\/.*o$ ***!
\**********************************/
/***/ function(module, exports, __webpack_require__) {
eval("var map = {\n\t\"./two\": 3\n};\nfunction webpackContext(req) {\n\treturn __webpack_require__(webpackContextResolve(req));\n};\nfunction webpackContextResolve(req) {\n\treturn map[req] || (function() { throw new Error(\"Cannot find module '\" + req + \"'.\") }());\n};\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 2;\n\n\n/*****************\n ** WEBPACK FOOTER\n ** ./chunks/context ^\\.\\/.*o$\n ** module id = 2\n ** module chunks = 1\n **/\n//# sourceURL=webpack:///./chunks/context_^\\.\\/.*o$?");
/***/ },
/* 3 */
/*!*******************************!*\
!*** ./chunks/context/two.js ***!
\*******************************/
/***/ function(module, exports, __webpack_require__) {
eval("module.exports = 2;\n\n/*****************\n ** WEBPACK FOOTER\n ** ./chunks/context/two.js\n ** module id = 3\n ** module chunks = 1\n **/\n//# sourceURL=webpack:///./chunks/context/two.js?");
/***/ }
];