nuxt / vite

⚡ Vite Experience with Nuxt 2

Home Page:https://vite.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-apollo module

stephenjason89 opened this issue · comments

Versions

nuxt-vite: 0.0.36
nuxt: 2.15.4

nuxt.config.js

    apollo: {
        clientConfigs: {
            default: '~/plugins/graphql/client.js',
        },
    },

Using a clientConfig not working

error: Cannot find module '@/plugins/graphql/client.js'

duplicate of #113