UNPKG

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.

74 lines (59 loc) 3.77 kB
exports.ids = [3,2]; exports.modules = [ /* 0 */, /* 1 */, /* 2 */, /* 3 */, /* 4 */, /* 5 */, /* 6 */ /*!**********************************!*\ !*** ./parsing/extract-amd/c.js ***! \**********************************/ /***/ function(module, exports, require) { eval("module.exports = \"c\";\n\n// WEBPACK FOOTER\n// module.id = 6\n// module.readableIdentifier = ./parsing/extract-amd/c.js\n//@ sourceURL=webpack-module:///./parsing/extract-amd/c.js"); /***/ }, /* 7 */ /*!**********************************!*\ !*** ./parsing/extract-amd/d.js ***! \**********************************/ /***/ function(module, exports, require) { eval("module.exports = \"d\";\n\n// WEBPACK FOOTER\n// module.id = 7\n// module.readableIdentifier = ./parsing/extract-amd/d.js\n//@ sourceURL=webpack-module:///./parsing/extract-amd/d.js"); /***/ }, /* 8 */ /*!**************************************!*\ !*** ./parsing/extract-amd ^\.\/.*$ ***! \**************************************/ /***/ function(module, exports, require) { eval("var map = {\n\t\"./a\": 2,\n\t\"./a.js\": 2,\n\t\"./c\": 6,\n\t\"./c.js\": 6,\n\t\"./circular\": 3,\n\t\"./circular.js\": 3,\n\t\"./constructor\": 1,\n\t\"./constructor.js\": 1,\n\t\"./d\": 7,\n\t\"./d.js\": 7,\n\t\"./templates/a\": 10,\n\t\"./templates/a.js\": 10,\n\t\"./templates/b\": 11,\n\t\"./templates/b.js\": 11,\n\t\"./templates/c\": 12,\n\t\"./templates/c.js\": 12,\n\t\"./warnings\": 13,\n\t\"./warnings.js\": 13\n};\nfunction webpackContext(req) {\n\treturn 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;\n\n\n// WEBPACK FOOTER\n// module.id = 8\n// module.readableIdentifier = ./parsing/extract-amd ^\\.\\/.*$\n//@ sourceURL=webpack-module:///./parsing/extract-amd_^\\.\\/.*$"); /***/ }, /* 9 */, /* 10 */ /*!********************************************!*\ !*** ./parsing/extract-amd/templates/a.js ***! \********************************************/ /***/ function(module, exports, require) { eval("module.exports = \"a\";\n\n// WEBPACK FOOTER\n// module.id = 10\n// module.readableIdentifier = ./parsing/extract-amd/templates/a.js\n//@ sourceURL=webpack-module:///./parsing/extract-amd/templates/a.js"); /***/ }, /* 11 */ /*!********************************************!*\ !*** ./parsing/extract-amd/templates/b.js ***! \********************************************/ /***/ function(module, exports, require) { eval("module.exports = \"b\";\n\n// WEBPACK FOOTER\n// module.id = 11\n// module.readableIdentifier = ./parsing/extract-amd/templates/b.js\n//@ sourceURL=webpack-module:///./parsing/extract-amd/templates/b.js"); /***/ }, /* 12 */ /*!********************************************!*\ !*** ./parsing/extract-amd/templates/c.js ***! \********************************************/ /***/ function(module, exports, require) { eval("module.exports = \"c\";\n\n// WEBPACK FOOTER\n// module.id = 12\n// module.readableIdentifier = ./parsing/extract-amd/templates/c.js\n//@ sourceURL=webpack-module:///./parsing/extract-amd/templates/c.js"); /***/ }, /* 13 */ /*!*****************************************!*\ !*** ./parsing/extract-amd/warnings.js ***! \*****************************************/ /***/ function(module, exports, require) { eval("module.exports = [\r\n\t[/Critical dependencies/]\r\n];\n\n// WEBPACK FOOTER\n// module.id = 13\n// module.readableIdentifier = ./parsing/extract-amd/warnings.js\n//@ sourceURL=webpack-module:///./parsing/extract-amd/warnings.js"); /***/ } ]