Skip to content

Commit

Permalink
fix: use bundler version of vue (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Mar 25, 2024
1 parent ee4e710 commit f04f2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slidev/node/vite/extendConfig.ts
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 f04f2eb

Please sign in to comment.