Skip to content

Commit a3fc17a

Browse files
committed
Fix
1 parent a2d8e4a commit a3fc17a

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

examples/vue/apollo-composable/vite.config.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ import vue from '@vitejs/plugin-vue';
55
// https://vitejs.dev/config/
66
export default defineConfig({
77
plugins: [vue()],
8-
vite: {
9-
resolve: {
10-
alias: {
11-
'@apollo/client/core/index.js': fileURLToPath(
12-
new URL('./shims/apollo-v4-compat.ts', import.meta.url),
13-
),
14-
},
8+
resolve: {
9+
alias: {
10+
'@apollo/client/core/index.js': fileURLToPath(
11+
new URL('./shims/apollo-v4-compat.ts', import.meta.url),
12+
),
1513
},
1614
},
1715
});

0 commit comments

Comments
 (0)