diff --git a/examples/appcache/dist/webpack-2/bundle.js b/examples/appcache/dist/webpack-2/bundle.js index 84f1879..5e10a56 100644 --- a/examples/appcache/dist/webpack-2/bundle.js +++ b/examples/appcache/dist/webpack-2/bundle.js @@ -7,23 +7,23 @@ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) -/******/ return installedModules[moduleId].exports; +/******/ return installedModules[moduleId].e; /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { -/******/ exports: {}, -/******/ id: moduleId, -/******/ loaded: false +/******/ e: {}, +/******/ i: moduleId, +/******/ l: false /******/ }; /******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ modules[moduleId].call(module.e, module, module.e, __webpack_require__); /******/ // Flag the module as loaded -/******/ module.loaded = true; +/******/ module.l = true; /******/ // Return the exports of the module -/******/ return module.exports; +/******/ return module.e; /******/ } diff --git a/examples/custom-template/dist/webpack-2/bundle.js b/examples/custom-template/dist/webpack-2/bundle.js index 84f1879..5e10a56 100644 --- a/examples/custom-template/dist/webpack-2/bundle.js +++ b/examples/custom-template/dist/webpack-2/bundle.js @@ -7,23 +7,23 @@ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) -/******/ return installedModules[moduleId].exports; +/******/ return installedModules[moduleId].e; /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { -/******/ exports: {}, -/******/ id: moduleId, -/******/ loaded: false +/******/ e: {}, +/******/ i: moduleId, +/******/ l: false /******/ }; /******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ modules[moduleId].call(module.e, module, module.e, __webpack_require__); /******/ // Flag the module as loaded -/******/ module.loaded = true; +/******/ module.l = true; /******/ // Return the exports of the module -/******/ return module.exports; +/******/ return module.e; /******/ } diff --git a/examples/default/dist/webpack-2/bundle.js b/examples/default/dist/webpack-2/bundle.js index e752b7e..df25951 100644 --- a/examples/default/dist/webpack-2/bundle.js +++ b/examples/default/dist/webpack-2/bundle.js @@ -7,23 +7,23 @@ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) -/******/ return installedModules[moduleId].exports; +/******/ return installedModules[moduleId].e; /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { -/******/ exports: {}, -/******/ id: moduleId, -/******/ loaded: false +/******/ e: {}, +/******/ i: moduleId, +/******/ l: false /******/ }; /******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ modules[moduleId].call(module.e, module, module.e, __webpack_require__); /******/ // Flag the module as loaded -/******/ module.loaded = true; +/******/ module.l = true; /******/ // Return the exports of the module -/******/ return module.exports; +/******/ return module.e; /******/ } @@ -48,10 +48,10 @@ // load the styles var content = __webpack_require__(2); - if(typeof content === 'string') content = [[module.id, content, '']]; + if(typeof content === 'string') content = [[module.i, content, '']]; // add the styles to the DOM var update = __webpack_require__(4)(content, {}); - if(content.locals) module.exports = content.locals; + if(content.locals) module.e = content.locals; // Hot Module Replacement if(false) { // When the styles change, update the