Skip to content

Instantly share code, notes, and snippets.

@maheshsenni
Last active May 8, 2016 23:19
Show Gist options
  • Save maheshsenni/91d23d7e433238a410eb1f95cc0831f3 to your computer and use it in GitHub Desktop.
Save maheshsenni/91d23d7e433238a410eb1f95cc0831f3 to your computer and use it in GitHub Desktop.
Creating a module bundler with Hot Module Replacement
webpackHotUpdate(0,{
/***/ 78:
/***/ function(module, exports, __webpack_require__) {
exports = module.exports = __webpack_require__(79)();
// imports
// module
exports.push([module.id, "body {\n background-color: yellow;\n}", ""]);
// exports
/***/ }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment