Skip to content

Commit 8a4ca23

Browse files
committed
chore: update manual chunks config
1 parent ef59680 commit 8a4ca23

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

frontend/vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ export default defineConfig({
3434
output: {
3535
manualChunks: {
3636
common: [ 'vue', 'pinia', 'vue-router', 'axios' ],
37-
interface: [ 'view-ui-plus' ],
38-
primevue: [ 'primevue' ],
37+
interface: [ 'view-ui-plus', 'primevue' ],
3938
},
4039
},
4140
},

0 commit comments

Comments
 (0)