mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
fix: deduplicate dependencies for vue and '@primeuix/themes' in nuxt.config.js
This commit is contained in:
parent
9042028588
commit
c5c2072f4d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
vite: {
|
vite: {
|
||||||
resolve: {
|
resolve: {
|
||||||
preserveSymlinks: true,
|
dedupe: ['vue', '@primeuix/themes'],
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
disabled: true
|
disabled: true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue