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."));
27
+
}else{
28
+
warnings.push(newError("EmmittedAssetSizeWarning: "+"Highlighted chunks are large and are likely to impact web performance. Consider keeping total chunks of page < "+sizeLimit+"kB"));
compilation.warnings.push(newError("EmmittedAssetSizeWarning: "+"This asset exceeds "+sizeLimit+"kB. Consider reducing the size for optimal web performance."));
0 commit comments