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.
49 lines (39 loc) • 1.56 kB
JavaScript
webpackJsonp([1],[
/* 0 */,
/* 1 */,
/* 2 */
/***/ function(module, exports, __webpack_require__) {
__webpack_require__(6);
/***/ },
/* 3 */,
/* 4 */,
/* 5 */
/***/ function(module, exports, __webpack_require__) {
exports = module.exports = __webpack_require__(3)();
exports.push([module.id, ".xyz {\r\n\tbackground: url("+__webpack_require__(7)+");\r\n}\r\n", ""]);
/***/ },
/* 6 */
/***/ function(module, exports, __webpack_require__) {
// style-loader: Adds some css to the DOM by adding a <style> tag
// load the styles
var content = __webpack_require__(5);
if(typeof content === 'string') content = [module.id, content, ''];
// add the styles to the DOM
var update = __webpack_require__(4)(content);
// Hot Module Replacement
if(false) {
// When the styles change, update the <style> tags
module.hot.accept("!!C:\\Users\\kop\\Repos\\webpack\\node_modules\\css-loader\\index.js!C:\\Users\\kop\\Repos\\webpack\\examples\\code-splitted-css-bundle\\style2.css", function() {
var newContent = require("!!C:\\Users\\kop\\Repos\\webpack\\node_modules\\css-loader\\index.js!C:\\Users\\kop\\Repos\\webpack\\examples\\code-splitted-css-bundle\\style2.css");
if(typeof newContent === 'string') newContent = [module.id, newContent, ''];
update(newContent);
});
// When the module is disposed, remove the <style> tags
module.hot.dispose(function() { update(); });
}
/***/ },
/* 7 */
/***/ function(module, exports, __webpack_require__) {
module.exports = __webpack_require__.p + "ce21cbdd9b894e6af794813eb3fdaf60.png"
/***/ }
]);