Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: remove dupe wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 18, 2022
1 parent 5ed9565 commit 8a73621
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/vite/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ export async function buildClient (ctx: ViteBuildContext) {
'#build/plugins': resolve(ctx.nuxt.options.buildDir, 'plugins/client'),
'#internal/nitro': resolve(ctx.nuxt.options.buildDir, 'nitro.client.mjs')
},
resolve: {
dedupe: ['vue']
}
dedupe: ['vue']
},
build: {
manifest: true,
Expand Down

0 comments on commit 8a73621

Please sign in to comment.