We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1186a commit 46ab095Copy full SHA for 46ab095
7 files changed
test/statsCases/import-eager-weak/entry.js
test/statsCases/import-eager-weak/expected.txt
test/statsCases/import-weak/entry.js
@@ -0,0 +1,4 @@
1
+import(/* webpackMode: "weak" */"./modules/a");
2
+import(/* webpackMode: "weak" */"./modules/b");
3
+import("./modules/b");
4
+
test/statsCases/import-weak/expected.txt
@@ -0,0 +1,8 @@
+Hash: d34cc0bd2faeb65c3282
+Time: Xms
+ Asset Size Chunks Chunk Names
+ 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]
…tatsCases/import-eager-weak/modules/a.js test/statsCases/import-weak/modules/a.jstest/statsCases/import-eager-weak/modules/a.js renamed to test/statsCases/import-weak/modules/a.js
…tatsCases/import-eager-weak/modules/b.js test/statsCases/import-weak/modules/b.jstest/statsCases/import-eager-weak/modules/b.js renamed to test/statsCases/import-weak/modules/b.js
…ases/import-eager-weak/webpack.config.js …statsCases/import-weak/webpack.config.jstest/statsCases/import-eager-weak/webpack.config.js renamed to test/statsCases/import-weak/webpack.config.js
0 commit comments