Skip to content

Commit 46ab095

Browse files
committed
rename and fix stats test case
1 parent 7f1186a commit 46ab095

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

test/statsCases/import-eager-weak/entry.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/statsCases/import-eager-weak/expected.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import(/* webpackMode: "weak" */"./modules/a");
2+
import(/* webpackMode: "weak" */"./modules/b");
3+
import("./modules/b");
4+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Hash: d34cc0bd2faeb65c3282
2+
Time: Xms
3+
Asset Size Chunks Chunk Names
4+
0.js 99 bytes 0 [emitted]
5+
entry.js 6.22 kB 1 [emitted] entry
6+
[0] (webpack)/test/statsCases/import-weak/modules/b.js 22 bytes {0} [built]
7+
[1] (webpack)/test/statsCases/import-weak/entry.js 120 bytes {1} [built]
8+
[2] (webpack)/test/statsCases/import-weak/modules/a.js 37 bytes [built]
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)