Skip to content

Commit 77361bb

Browse files
committed
chore: bump max size
1 parent dd8acb2 commit 77361bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/rollup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function createRuntimeConfig(isProduction: boolean) {
217217
}
218218
},
219219
},
220-
bundleSizeLimit(44),
220+
bundleSizeLimit(45),
221221
],
222222
})
223223
}

0 commit comments

Comments
 (0)