Skip to content

Commit f798166

Browse files
committed
build: increase chunk size warning limit in Vite configuration
1 parent 99f9db1 commit f798166

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

vite.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ import { defineConfig } from "vite";
22

33
export default defineConfig({
44
base: "./",
5-
build: {},
5+
build: {
6+
chunkSizeWarningLimit: 1500,
7+
},
68
});

0 commit comments

Comments
 (0)