Skip to content

Commit

Permalink
fix: remove @vue/devtools from force include
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 11, 2023
1 parent 2d28bd6 commit 9bd940f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export async function createVitePressPlugin(
},
optimizeDeps: {
// force include vue to avoid duplicated copies when linked + optimized
include: ['vue', '@vue/devtools-api'],
include: ['vue'],
exclude: ['@docsearch/js', 'vitepress']
},
server: {
Expand Down

0 comments on commit 9bd940f

Please sign in to comment.