We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcb07e commit eefba39Copy full SHA for eefba39
src/node/plugin.ts
@@ -72,6 +72,8 @@ export function createVitePressPlugin(
72
__ALGOLIA__: !!site.themeConfig.algolia
73
},
74
optimizeDeps: {
75
+ // force include vue to avoid duplicated copies when linked + optimized
76
+ include: ['vue'],
77
exclude: ['@docsearch/js']
78
}
79
0 commit comments