Skip to content

Commit

Permalink
revert: 456099a
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Mar 21, 2023
1 parent 262a8c7 commit 7678a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/plugin.ts
Expand Up @@ -127,7 +127,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 7678a89

Please sign in to comment.