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.
41 lines (36 loc) • 1.04 kB
JavaScript
exports.ids = [1];
exports.modules = [
/* 0 */,
/* 1 */
/*!****************************************!*\
!*** ./parsing/issue-345 ^\.\/.*Test$ ***!
\****************************************/
/***/ function(module, exports, __webpack_require__) {
var map = {
"./abc/abcTest": 2
};
function webpackContext(req) {
return __webpack_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;
webpackContext.id = 1;
/***/ },
/* 2 */
/*!******************************************!*\
!*** ./parsing/issue-345/abc/abcTest.js ***!
\******************************************/
/***/ function(module, exports, __webpack_require__) {
module.exports = "ok";
/***/ }
];
/*
//@ sourceMappingURL=1.bundle.js.map
//# sourceMappingURL=1.bundle.js.map
*/