Skip to content

Commit 01d3c08

Browse files
committed
Merge pull request #194 from johnnyreilly/master
update html-webpack-plugin to latest version to fix 2 tests
2 parents 77ba9ed + d964c0f commit 01d3c08

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"escape-string-regexp": "^1.0.3",
4141
"fs-extra": "^0.22.1",
4242
"glob": "^6.0.3",
43-
"html-webpack-plugin": "^2.8.1",
43+
"html-webpack-plugin": "^2.16.1",
4444
"mkdirp": "^0.5.1",
4545
"mocha": "^2.1.0",
4646
"rimraf": "^2.4.2",

test/html-webpack-plugin/expectedOutput-1.6/output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 22 bytes [rendered]
55
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
66
Child html-webpack-plugin for "index.html":
77
Asset Size Chunks Chunk Names
8-
index.html 519 kB 0
9-
chunk {0} index.html 502 kB [rendered]
8+
index.html 529 kB 0
9+
chunk {0} index.html 512 kB [rendered]
1010
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 550 bytes {0} [built]
11-
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 502 kB {0} [built]
11+
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 511 kB {0} [built]
1212
[2] (webpack)/buildin/module.js 241 bytes {0} [built]

test/html-webpack-plugin/expectedOutput-1.7/output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 22 bytes [rendered]
55
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
66
Child html-webpack-plugin for "index.html":
77
Asset Size Chunks Chunk Names
8-
index.html 519 kB 0
9-
chunk {0} index.html 502 kB [rendered]
8+
index.html 529 kB 0
9+
chunk {0} index.html 512 kB [rendered]
1010
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 550 bytes {0} [built]
11-
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 502 kB {0} [built]
11+
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 511 kB {0} [built]
1212
[2] (webpack)/buildin/module.js 241 bytes {0} [built]

test/html-webpack-plugin/expectedOutput-1.8/output.transpiled.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 36 bytes [rendered]
55
[0] ./.test/html-webpack-plugin/app.ts 36 bytes {0} [built]
66
Child html-webpack-plugin for "index.html":
77
Asset Size Chunks Chunk Names
8-
index.html 519 kB 0
9-
chunk {0} index.html 502 kB [rendered]
8+
index.html 529 kB 0
9+
chunk {0} index.html 512 kB [rendered]
1010
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 550 bytes {0} [built]
11-
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 502 kB {0} [built]
11+
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 511 kB {0} [built]
1212
[2] (webpack)/buildin/module.js 241 bytes {0} [built]

test/html-webpack-plugin/expectedOutput-1.8/output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 22 bytes [rendered]
55
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
66
Child html-webpack-plugin for "index.html":
77
Asset Size Chunks Chunk Names
8-
index.html 519 kB 0
9-
chunk {0} index.html 502 kB [rendered]
8+
index.html 529 kB 0
9+
chunk {0} index.html 512 kB [rendered]
1010
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 550 bytes {0} [built]
11-
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 502 kB {0} [built]
11+
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 511 kB {0} [built]
1212
[2] (webpack)/buildin/module.js 241 bytes {0} [built]

test/html-webpack-plugin/expectedOutput-1.9/output.transpiled.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 36 bytes [rendered]
55
[0] ./.test/html-webpack-plugin/app.ts 36 bytes {0} [built]
66
Child html-webpack-plugin for "index.html":
77
Asset Size Chunks Chunk Names
8-
index.html 426 kB 0
9-
chunk {0} index.html 412 kB [rendered]
10-
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 356 bytes {0} [built]
11-
[1] ./~/html-webpack-plugin/~/lodash/index.js 411 kB {0} [built]
8+
index.html 529 kB 0
9+
chunk {0} index.html 512 kB [rendered]
10+
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 550 bytes {0} [built]
11+
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 511 kB {0} [built]
1212
[2] (webpack)/buildin/module.js 241 bytes {0} [built]

test/html-webpack-plugin/expectedOutput-1.9/output.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ chunk {0} bundle.js (main) 22 bytes [rendered]
55
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
66
Child html-webpack-plugin for "index.html":
77
Asset Size Chunks Chunk Names
8-
index.html 426 kB 0
9-
chunk {0} index.html 412 kB [rendered]
10-
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 356 bytes {0} [built]
11-
[1] ./~/html-webpack-plugin/~/lodash/index.js 411 kB {0} [built]
8+
index.html 529 kB 0
9+
chunk {0} index.html 512 kB [rendered]
10+
[0] ./~/html-webpack-plugin/lib/loader.js!./~/html-webpack-plugin/default_index.ejs 550 bytes {0} [built]
11+
[1] ./~/html-webpack-plugin/~/lodash/lodash.js 511 kB {0} [built]
1212
[2] (webpack)/buildin/module.js 241 bytes {0} [built]

0 commit comments

Comments
 (0)