diff --git a/examples/inline/dist/webpack-2/bundle.js b/examples/inline/dist/webpack-2/bundle.js index 0d345c4..006cbc2 100644 --- a/examples/inline/dist/webpack-2/bundle.js +++ b/examples/inline/dist/webpack-2/bundle.js @@ -50,6 +50,7 @@ /* 1 */ /***/ function(module, exports, __webpack_require__) { + "use strict"; 'use strict'; __webpack_require__(0); diff --git a/examples/inline/dist/webpack-2/index.html b/examples/inline/dist/webpack-2/index.html index b3f50f2..8b568b5 100644 --- a/examples/inline/dist/webpack-2/index.html +++ b/examples/inline/dist/webpack-2/index.html @@ -52,6 +52,7 @@ /* 1 */ /***/ function(module, exports, __webpack_require__) { + "use strict"; 'use strict'; __webpack_require__(0); diff --git a/examples/jade-loader/dist/webpack-2/bundle.js b/examples/jade-loader/dist/webpack-2/bundle.js index ed9272b..1d8c231 100644 --- a/examples/jade-loader/dist/webpack-2/bundle.js +++ b/examples/jade-loader/dist/webpack-2/bundle.js @@ -64,6 +64,7 @@ /* 2 */ /***/ function(module, exports, __webpack_require__) { + "use strict"; 'use strict'; __webpack_require__(0); // Use the same template for the frontend code @@ -86,6 +87,7 @@ /* 4 */ /***/ function(module, exports, __webpack_require__) { + "use strict"; 'use strict'; /** diff --git a/examples/javascript-advanced/dist/webpack-2/bundle.js b/examples/javascript-advanced/dist/webpack-2/bundle.js index cc9ca8f..d39322d 100644 --- a/examples/javascript-advanced/dist/webpack-2/bundle.js +++ b/examples/javascript-advanced/dist/webpack-2/bundle.js @@ -44,6 +44,7 @@ /* 0 */ /***/ function(module, exports) { + "use strict"; eval("// This file is used for frontend and backend\n'use strict';\n\n// If compiled by the html-webpack-plugin\n// HTML_WEBPACK_PLUGIN is set to true:\nvar backend = typeof HTML_WEBPACK_PLUGIN !== 'undefined';\n\nmodule.exports = function () {\n return 'Hello World from ' + (backend ? 'backend' : 'frontend');\n};\n\n\n/*****************\n ** WEBPACK FOOTER\n ** ./universial.js\n ** module id = 0\n ** module chunks = 0\n **/\n\n//# sourceURL=webpack:///./universial.js?"); /***/ }, diff --git a/examples/javascript/dist/webpack-2/bundle.js b/examples/javascript/dist/webpack-2/bundle.js index cc9ca8f..d39322d 100644 --- a/examples/javascript/dist/webpack-2/bundle.js +++ b/examples/javascript/dist/webpack-2/bundle.js @@ -44,6 +44,7 @@ /* 0 */ /***/ function(module, exports) { + "use strict"; eval("// This file is used for frontend and backend\n'use strict';\n\n// If compiled by the html-webpack-plugin\n// HTML_WEBPACK_PLUGIN is set to true:\nvar backend = typeof HTML_WEBPACK_PLUGIN !== 'undefined';\n\nmodule.exports = function () {\n return 'Hello World from ' + (backend ? 'backend' : 'frontend');\n};\n\n\n/*****************\n ** WEBPACK FOOTER\n ** ./universial.js\n ** module id = 0\n ** module chunks = 0\n **/\n\n//# sourceURL=webpack:///./universial.js?"); /***/ }, diff --git a/examples/javascript/dist/webpack-2/index.html b/examples/javascript/dist/webpack-2/index.html index 051bbbd..f83073d 100644 --- a/examples/javascript/dist/webpack-2/index.html +++ b/examples/javascript/dist/webpack-2/index.html @@ -1,2 +1,2 @@ -Hello World from backend2016-04-25T17:25:34.826Z

Partial

+Hello World from backend2016-05-13T09:44:48.061Z

Partial

\ No newline at end of file