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
* [wrangler] log startup time in version upload
Same as #6318 , but for
version upload
* [wrangler] remove bundle size warning
Bundle size was a proxy for startup time. Now that we have startup time
reported, focus on bundle size is less relevant.
Tracked internally as EW-8219
"warn": "[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mWe recommend keeping your script less than 1MiB (1024 KiB) after gzip. Exceeding this can affect cold start time. Consider using Wrangler's \`--minify\` option to reduce your bundle size.[0m
9425
-
9426
-
",
9427
-
}
9428
-
`);
9429
-
});
9430
-
9431
-
test("should not warn about bundle sizes when NO_SCRIPT_SIZE_WARNING is set",async()=>{
"We recommend keeping your script less than 1MiB (1024 KiB) after gzip. Exceeding this can affect cold start time. Consider using Wrangler's `--minify` option to reduce your bundle size."
0 commit comments