Jörg Hartmann

Results 2 issues of Jörg Hartmann

When using nuxt-vite, the apollo-module works fine as long as the apollo config sits in ```nuxt.config.js```. But when using an external config file, the ```require```statements in ```plugin.js``` are not resolved...

### Versions nuxt-vite: ^0.1.1 nuxt: ^2.16.0-27074898.35c6ac41 nuxtjs/apollo: ^4.0.1-rc.5 ### Description I added the apollo module and want to load the client config from a file: ``` modules: [ "@nuxtjs/apollo", ],...

module