Skip to content

Commit

Permalink
chore: bump max size
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Feb 24, 2024
1 parent dd8acb2 commit 77361bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/rollup.config.ts
Expand Up @@ -217,7 +217,7 @@ function createRuntimeConfig(isProduction: boolean) {
}
},
},
bundleSizeLimit(44),
bundleSizeLimit(45),
],
})
}
Expand Down

0 comments on commit 77361bb

Please sign in to comment.