Skip to content

Commit 290cefc

Browse files
committed
vendor chunk is only just above 500 - can't be bothered with rollup
1 parent 4c12b0f commit 290cefc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/vite.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export default defineConfig({
88
plugins: [
99
vue(),
1010
],
11+
build: {
12+
chunkSizeWarningLimit: 750
13+
},
1114
server: {
1215
proxy: {
1316
"/api": "http://localhost:8080",

0 commit comments

Comments
 (0)