-
-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e33f8f
commit 01a8888
Showing
8 changed files
with
279 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
test/comparison-tests/html-webpack-plugin/expectedOutput-2.7/output.transpiled.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Built at: 2018-3-18 09:13:32 | ||
Asset Size Chunks Chunk Names | ||
bundle.js 2.8 KiB main [emitted] main | ||
index.html 190 bytes [emitted] | ||
Entrypoint main = bundle.js | ||
[./app.ts] 22 bytes {main} [built] | ||
Child html-webpack-plugin for "index.html": | ||
Asset Size Chunks Chunk Names | ||
index.html 550 KiB 0 | ||
Entrypoint undefined = index.html | ||
[../../node_modules/html-webpack-plugin/lib/loader.js!./index.html] /node_modules/html-webpack-plugin/lib/loader.js!./index.html 509 bytes {0} [built] | ||
[../../node_modules/lodash/lodash.js] /node_modules/lodash/lodash.js 527 KiB {0} [built] | ||
[../../node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 489 bytes {0} [built] | ||
[../../node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 497 bytes {0} [built] |
21 changes: 12 additions & 9 deletions
21
test/comparison-tests/html-webpack-plugin/expectedOutput-2.7/output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
Built at: 2018-3-18 09:13:30 | ||
Asset Size Chunks Chunk Names | ||
bundle.js 2.5 kB 0 [emitted] main | ||
index.html 182 bytes [emitted] | ||
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built] | ||
bundle.js 2.8 KiB main [emitted] main | ||
index.html 190 bytes [emitted] | ||
Entrypoint main = bundle.js | ||
[./app.ts] 22 bytes {main} [built] | ||
Child html-webpack-plugin for "index.html": | ||
Asset Size Chunks Chunk Names | ||
index.html 544 kB 0 | ||
[0] ./node_modules/html-webpack-plugin/lib/loader.js!./node_modules/html-webpack-plugin/default_index.ejs 538 bytes {0} [built] | ||
[1] ./node_modules/lodash/lodash.js 540 kB {0} [built] | ||
[2] (webpack)/buildin/global.js 488 bytes {0} [built] | ||
[3] (webpack)/buildin/module.js 495 bytes {0} [built] | ||
Asset Size Chunks Chunk Names | ||
index.html 550 KiB 0 | ||
Entrypoint undefined = index.html | ||
[../../node_modules/html-webpack-plugin/lib/loader.js!./index.html] /node_modules/html-webpack-plugin/lib/loader.js!./index.html 509 bytes {0} [built] | ||
[../../node_modules/lodash/lodash.js] /node_modules/lodash/lodash.js 527 KiB {0} [built] | ||
[../../node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 489 bytes {0} [built] | ||
[../../node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 497 bytes {0} [built] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
<title>Webpack App</title> | ||
</head> | ||
<body> | ||
<script src="bundle.js"></script></body> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.