@@ -325,4 +325,61 @@ Child custom-chunks-filter:
325325 > ./c c
326326 [0] ./d.js 20 bytes {1} {10} {11} {12} [built]
327327 [1] ./f.js 20 bytes {2} {11} {12} [built]
328- [5] ./c.js 72 bytes {8} {12} [built]
328+ [5] ./c.js 72 bytes {8} {12} [built]
329+ Child custom-chunks-filter-in-cache-groups:
330+ Entrypoint main = default/main.js
331+ Entrypoint a = default/a.js
332+ Entrypoint b = default/vendors.js default/b.js
333+ Entrypoint c = default/vendors.js default/c.js
334+ chunk {0} default/vendors.js (vendors) 112 bytes <{5}> ={2}= ={3}= ={4}= ={7}= ={8}= >{1}< [initial] [rendered] split chunk (cache group: vendors) (name: vendors)
335+ > ./b b
336+ > ./c c
337+ > ./a [8] ./index.js 1:0-47
338+ > ./b [8] ./index.js 2:0-47
339+ > ./c [8] ./index.js 3:0-47
340+ [2] ./node_modules/x.js 20 bytes {0} {6} [built]
341+ [3] ./node_modules/y.js 20 bytes {0} {6} [built]
342+ [6] ./node_modules/z.js 20 bytes {0} [built]
343+ [10] multi x y z 52 bytes {0} [built]
344+ chunk {1} default/async-g.js (async-g) 54 bytes <{0}> <{2}> <{6}> [rendered]
345+ > ./g [] 6:0-47
346+ > ./g [] 6:0-47
347+ [1] ./f.js 20 bytes {1} {3} {4} {7} {8} [built]
348+ [9] ./g.js 34 bytes {1} [built]
349+ chunk {2} default/async-a.js (async-a) 176 bytes <{5}> ={0}= >{1}< [rendered]
350+ > ./a [8] ./index.js 1:0-47
351+ [0] ./d.js 20 bytes {2} {3} {4} {6} {7} {8} [built]
352+ [7] ./a.js + 1 modules 156 bytes {2} {6} [built]
353+ | ./a.js 121 bytes [built]
354+ | ./e.js 20 bytes [built]
355+ chunk {3} default/async-b.js (async-b) 112 bytes <{5}> ={0}= [rendered]
356+ > ./b [8] ./index.js 2:0-47
357+ [0] ./d.js 20 bytes {2} {3} {4} {6} {7} {8} [built]
358+ [1] ./f.js 20 bytes {1} {3} {4} {7} {8} [built]
359+ [4] ./b.js 72 bytes {3} {7} [built]
360+ chunk {4} default/async-c.js (async-c) 112 bytes <{5}> ={0}= [rendered]
361+ > ./c [8] ./index.js 3:0-47
362+ [0] ./d.js 20 bytes {2} {3} {4} {6} {7} {8} [built]
363+ [1] ./f.js 20 bytes {1} {3} {4} {7} {8} [built]
364+ [5] ./c.js 72 bytes {4} {8} [built]
365+ chunk {5} default/main.js (main) 147 bytes >{0}< >{2}< >{3}< >{4}< [entry] [rendered]
366+ > ./ main
367+ [8] ./index.js 147 bytes {5} [built]
368+ chunk {6} default/a.js (a) 216 bytes >{1}< [entry] [rendered]
369+ > ./a a
370+ [0] ./d.js 20 bytes {2} {3} {4} {6} {7} {8} [built]
371+ [2] ./node_modules/x.js 20 bytes {0} {6} [built]
372+ [3] ./node_modules/y.js 20 bytes {0} {6} [built]
373+ [7] ./a.js + 1 modules 156 bytes {2} {6} [built]
374+ | ./a.js 121 bytes [built]
375+ | ./e.js 20 bytes [built]
376+ chunk {7} default/b.js (b) 112 bytes ={0}= [entry] [rendered]
377+ > ./b b
378+ [0] ./d.js 20 bytes {2} {3} {4} {6} {7} {8} [built]
379+ [1] ./f.js 20 bytes {1} {3} {4} {7} {8} [built]
380+ [4] ./b.js 72 bytes {3} {7} [built]
381+ chunk {8} default/c.js (c) 112 bytes ={0}= [entry] [rendered]
382+ > ./c c
383+ [0] ./d.js 20 bytes {2} {3} {4} {6} {7} {8} [built]
384+ [1] ./f.js 20 bytes {1} {3} {4} {7} {8} [built]
385+ [5] ./c.js 72 bytes {4} {8} [built]
0 commit comments