File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ module.exports = [
197197 path : 'packages/svelte/build/esm/index.js' ,
198198 import : createImport ( 'init' ) ,
199199 gzip : true ,
200- limit : '26 KB' ,
200+ limit : '27 KB' ,
201201 disablePlugins : [ '@size-limit/esbuild' ] ,
202202 } ,
203203 // Browser CDN bundles
@@ -254,7 +254,7 @@ module.exports = [
254254 name : 'CDN Bundle (incl. Tracing, Replay, Feedback)' ,
255255 path : createCDNPath ( 'bundle.tracing.replay.feedback.min.js' ) ,
256256 gzip : true ,
257- limit : '89 KB' ,
257+ limit : '90 KB' ,
258258 disablePlugins : [ '@size-limit/esbuild' ] ,
259259 } ,
260260 {
@@ -326,7 +326,7 @@ module.exports = [
326326 path : createCDNPath ( 'bundle.tracing.replay.feedback.min.js' ) ,
327327 gzip : false ,
328328 brotli : false ,
329- limit : '269 KB' ,
329+ limit : '271 KB' ,
330330 disablePlugins : [ '@size-limit/esbuild' ] ,
331331 } ,
332332 {
You can’t perform that action at this time.
0 commit comments