From 2f2c88bbdb4168dfd370c5d3baa2755694f1f84f Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Sat, 2 Jul 2016 12:30:03 +0200 Subject: [PATCH] Update dependencies and integration tests --- .../appcache/dist/webpack-1/manifest.appcache | 2 +- examples/appcache/dist/webpack-2/bundle.js | 10 +- .../custom-template/dist/webpack-2/bundle.js | 10 +- examples/default/dist/webpack-2/bundle.js | 574 +++++++++--------- examples/favicon/dist/webpack-2/bundle.js | 10 +- examples/html-loader/dist/webpack-2/bundle.js | 10 +- examples/inline/dist/webpack-2/bundle.js | 10 +- examples/inline/dist/webpack-2/index.html | 10 +- .../jade-loader/dist/webpack-1/index.html | 2 +- examples/jade-loader/dist/webpack-2/bundle.js | 486 +++++++-------- .../dist/webpack-2/bundle.js | 8 +- examples/javascript/dist/webpack-1/index.html | 2 +- examples/javascript/dist/webpack-2/bundle.js | 8 +- examples/javascript/dist/webpack-2/index.html | 2 +- package.json | 15 +- 15 files changed, 581 insertions(+), 578 deletions(-) diff --git a/examples/appcache/dist/webpack-1/manifest.appcache b/examples/appcache/dist/webpack-1/manifest.appcache index 092e10d..4ef33e6 100644 --- a/examples/appcache/dist/webpack-1/manifest.appcache +++ b/examples/appcache/dist/webpack-1/manifest.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 118634423ed0edb86d58 +# 7f3ef819c597c3951a64 0714810ae3fb211173e2964249507195.png bundle.js diff --git a/examples/appcache/dist/webpack-2/bundle.js b/examples/appcache/dist/webpack-2/bundle.js index a5d767c..ad0b33d 100644 --- a/examples/appcache/dist/webpack-2/bundle.js +++ b/examples/appcache/dist/webpack-2/bundle.js @@ -59,16 +59,16 @@ /* 0 */ /***/ function(module, exports) { - // removed by extract-text-webpack-plugin +// removed by extract-text-webpack-plugin /***/ }, /* 1 */ /***/ function(module, exports, __webpack_require__) { - __webpack_require__(0); - var h1 = document.createElement('h1'); - h1.innerHTML = 'Hello world!'; - document.body.appendChild(h1); +__webpack_require__(0); +var h1 = document.createElement('h1'); +h1.innerHTML = 'Hello world!'; +document.body.appendChild(h1); /***/ } diff --git a/examples/custom-template/dist/webpack-2/bundle.js b/examples/custom-template/dist/webpack-2/bundle.js index a5d767c..ad0b33d 100644 --- a/examples/custom-template/dist/webpack-2/bundle.js +++ b/examples/custom-template/dist/webpack-2/bundle.js @@ -59,16 +59,16 @@ /* 0 */ /***/ function(module, exports) { - // removed by extract-text-webpack-plugin +// removed by extract-text-webpack-plugin /***/ }, /* 1 */ /***/ function(module, exports, __webpack_require__) { - __webpack_require__(0); - var h1 = document.createElement('h1'); - h1.innerHTML = 'Hello world!'; - document.body.appendChild(h1); +__webpack_require__(0); +var h1 = document.createElement('h1'); +h1.innerHTML = 'Hello world!'; +document.body.appendChild(h1); /***/ } diff --git a/examples/default/dist/webpack-2/bundle.js b/examples/default/dist/webpack-2/bundle.js index 5f264f8..96e7b3f 100644 --- a/examples/default/dist/webpack-2/bundle.js +++ b/examples/default/dist/webpack-2/bundle.js @@ -59,358 +59,358 @@ /* 0 */ /***/ function(module, exports, __webpack_require__) { - // style-loader: Adds some css to the DOM by adding a