Skip to content

Commit

Permalink
fix: use bundler version of vue
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Mar 25, 2024
1 parent efa54bf commit 1e456f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slidev/node/vite/extendConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function createConfigPlugin(options: ResolvedSlidevOptions): Plugin {
},
{
find: 'vue',
replacement: await resolveImportPath('vue/dist/vue.esm-browser.js', true),
replacement: await resolveImportPath('vue/dist/vue.esm-bundler.js', true),
},
],
dedupe: ['vue'],
Expand Down

0 comments on commit 1e456f7

Please sign in to comment.