You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warnings.push(newError("EmmittedAssetSizeWarning: "+"This asset exceeds "+sizeLimit+"kB. Consider reducing the size for optimal web performance."));
41
33
}else{
42
34
warnings.push(newError("EmmittedAssetSizeWarning: "+"Highlighted chunks are large and are likely to impact web performance. Consider keeping total chunks of page < "+sizeLimit+"kB"));
warnings.push(newError("EmittedAssetSizeWarning: "+"The total initial download cost for these assets are likey to impact web performance. Consider keeping the total size of your initial assets < "+initialLimit+"kB"));
<CLR=33,BOLD>WARNING in EmmittedAssetSizeWarning: Highlighted chunks are large and are likely to impact web performance. Consider keeping total chunks of page < 250kB</CLR>
22
+
<CLR=33,BOLD>WARNING in EmmittedAssetSizeWarning: Highlighted chunks are large and are likely to impact web performance. Consider keeping total chunks of page < 250kB</CLR>
23
+
24
+
<CLR=33,BOLD>WARNING in EmittedAssetSizeWarning: The total initial download cost for these assets are likey to impact web performance. Consider keeping the total size of your initial assets < 300kB</CLR>
0 commit comments