Skip to content

Commit 2f2c88b

Browse files
committed
Update dependencies and integration tests
1 parent d1f9330 commit 2f2c88b

File tree

15 files changed

+593
-590
lines changed

15 files changed

+593
-590
lines changed

examples/appcache/dist/webpack-1/manifest.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# 118634423ed0edb86d58
2+
# 7f3ef819c597c3951a64
33

44
0714810ae3fb211173e2964249507195.png
55
bundle.js

examples/appcache/dist/webpack-2/bundle.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@
5959
/* 0 */
6060
/***/ function(module, exports) {
6161

62-
// removed by extract-text-webpack-plugin
62+
// removed by extract-text-webpack-plugin
6363

6464
/***/ },
6565
/* 1 */
6666
/***/ function(module, exports, __webpack_require__) {
6767

68-
__webpack_require__(0);
69-
var h1 = document.createElement('h1');
70-
h1.innerHTML = 'Hello world!';
71-
document.body.appendChild(h1);
68+
__webpack_require__(0);
69+
var h1 = document.createElement('h1');
70+
h1.innerHTML = 'Hello world!';
71+
document.body.appendChild(h1);
7272

7373

7474
/***/ }

examples/custom-template/dist/webpack-2/bundle.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@
5959
/* 0 */
6060
/***/ function(module, exports) {
6161

62-
// removed by extract-text-webpack-plugin
62+
// removed by extract-text-webpack-plugin
6363

6464
/***/ },
6565
/* 1 */
6666
/***/ function(module, exports, __webpack_require__) {
6767

68-
__webpack_require__(0);
69-
var h1 = document.createElement('h1');
70-
h1.innerHTML = 'Hello world!';
71-
document.body.appendChild(h1);
68+
__webpack_require__(0);
69+
var h1 = document.createElement('h1');
70+
h1.innerHTML = 'Hello world!';
71+
document.body.appendChild(h1);
7272

7373

7474
/***/ }

0 commit comments

Comments
 (0)