We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d8e4a commit a3fc17aCopy full SHA for a3fc17a
1 file changed
examples/vue/apollo-composable/vite.config.ts
@@ -5,13 +5,11 @@ import vue from '@vitejs/plugin-vue';
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
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
- },
+ resolve: {
+ alias: {
+ '@apollo/client/core/index.js': fileURLToPath(
+ new URL('./shims/apollo-v4-compat.ts', import.meta.url),
+ ),
15
},
16
17
});
0 commit comments