There was an error while loading. Please reload this page.
1 parent ef59680 commit 8a4ca23Copy full SHA for 8a4ca23
1 file changed
frontend/vite.config.ts
@@ -34,8 +34,7 @@ export default defineConfig({
34
output: {
35
manualChunks: {
36
common: [ 'vue', 'pinia', 'vue-router', 'axios' ],
37
- interface: [ 'view-ui-plus' ],
38
- primevue: [ 'primevue' ],
+ interface: [ 'view-ui-plus', 'primevue' ],
39
},
40
41
0 commit comments