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.

111 lines (95 loc) 2.51 kB
exports.ids = [3,2]; exports.modules = [ /* 0 */, /* 1 */, /* 2 */, /* 3 */, /* 4 */, /* 5 */, /* 6 */ /*!**********************************!*\ !*** ./parsing/extract-amd/c.js ***! \**********************************/ /***/ function(module, exports, require) { module.exports = "c"; /***/ }, /* 7 */ /*!**********************************!*\ !*** ./parsing/extract-amd/d.js ***! \**********************************/ /***/ function(module, exports, require) { module.exports = "d"; /***/ }, /* 8 */ /*!**************************************!*\ !*** ./parsing/extract-amd ^\.\/.*$ ***! \**************************************/ /***/ function(module, exports, require) { var map = { "./a": 2, "./a.js": 2, "./c": 6, "./c.js": 6, "./circular": 3, "./circular.js": 3, "./constructor": 1, "./constructor.js": 1, "./d": 7, "./d.js": 7, "./templates/a": 10, "./templates/a.js": 10, "./templates/b": 11, "./templates/b.js": 11, "./templates/c": 12, "./templates/c.js": 12, "./warnings": 13, "./warnings.js": 13 }; function webpackContext(req) { return require(webpackContextResolve(req)); }; function webpackContextResolve(req) { return map[req] || (function() { throw new Error("Cannot find module '" + req + "'.") }()); }; webpackContext.keys = function webpackContextKeys() { return Object.keys(map); }; webpackContext.resolve = webpackContextResolve; module.exports = webpackContext; /***/ }, /* 9 */, /* 10 */ /*!********************************************!*\ !*** ./parsing/extract-amd/templates/a.js ***! \********************************************/ /***/ function(module, exports, require) { module.exports = "a"; /***/ }, /* 11 */ /*!********************************************!*\ !*** ./parsing/extract-amd/templates/b.js ***! \********************************************/ /***/ function(module, exports, require) { module.exports = "b"; /***/ }, /* 12 */ /*!********************************************!*\ !*** ./parsing/extract-amd/templates/c.js ***! \********************************************/ /***/ function(module, exports, require) { module.exports = "c"; /***/ }, /* 13 */ /*!*****************************************!*\ !*** ./parsing/extract-amd/warnings.js ***! \*****************************************/ /***/ function(module, exports, require) { module.exports = [ [/Critical dependencies/] ]; /***/ } ] /* //@ sourceMappingURL=3.bundle.js.map //# sourceMappingURL=3.bundle.js.map */