We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c12b0f commit 290cefcCopy full SHA for 290cefc
web/vite.config.ts
@@ -8,6 +8,9 @@ export default defineConfig({
8
plugins: [
9
vue(),
10
],
11
+ build: {
12
+ chunkSizeWarningLimit: 750
13
+ },
14
server: {
15
proxy: {
16
"/api": "http://localhost:8080",
0 commit comments