Skip to content

Commit 5324491

Browse files
committed
Merge pull request #196 from johnnyreilly/master
Fix some html-weback-plugin tests
2 parents 01d3c08 + b670873 commit 5324491

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
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.16.1",
43+
"html-webpack-plugin": "^2.17.0",
4444
"mkdirp": "^0.5.1",
4545
"mocha": "^2.1.0",
4646
"rimraf": "^2.4.2",

test/html-webpack-plugin/expectedOutput-1.6/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<title>Webpack App</title>
66
</head>
77
<body>
8-
<script src="bundle.js"></script></body>
8+
<script type="text/javascript" src="bundle.js"></script></body>
99
</html>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Asset Size Chunks Chunk Names
22
bundle.js 1.41 kB 0 [emitted] main
3-
index.html 159 bytes [emitted]
3+
index.html 182 bytes [emitted]
44
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":

test/html-webpack-plugin/expectedOutput-1.7/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<title>Webpack App</title>
66
</head>
77
<body>
8-
<script src="bundle.js"></script></body>
8+
<script type="text/javascript" src="bundle.js"></script></body>
99
</html>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Asset Size Chunks Chunk Names
22
bundle.js 1.41 kB 0 [emitted] main
3-
index.html 159 bytes [emitted]
3+
index.html 182 bytes [emitted]
44
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":

test/html-webpack-plugin/expectedOutput-1.8/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<title>Webpack App</title>
66
</head>
77
<body>
8-
<script src="bundle.js"></script></body>
8+
<script type="text/javascript" src="bundle.js"></script></body>
99
</html>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Asset Size Chunks Chunk Names
22
bundle.js 1.43 kB 0 [emitted] main
3-
index.html 159 bytes [emitted]
3+
index.html 182 bytes [emitted]
44
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":

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Asset Size Chunks Chunk Names
22
bundle.js 1.41 kB 0 [emitted] main
3-
index.html 159 bytes [emitted]
3+
index.html 182 bytes [emitted]
44
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":

test/html-webpack-plugin/expectedOutput-1.9/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<title>Webpack App</title>
66
</head>
77
<body>
8-
<script src="bundle.js"></script></body>
8+
<script type="text/javascript" src="bundle.js"></script></body>
99
</html>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Asset Size Chunks Chunk Names
22
bundle.js 1.43 kB 0 [emitted] main
3-
index.html 159 bytes [emitted]
3+
index.html 182 bytes [emitted]
44
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":

0 commit comments

Comments
 (0)