Luca Iaconelli
Luca Iaconelli
### Version [v2.10.2](https://github.com/modules/releases/tag/v2.10.2) ### Reproduction link [https://github.com/nuxt-community/modules/blob/master/packages/browserconfig/index.js](https://github.com/nuxt-community/modules/blob/master/packages/browserconfig/index.js) ### Steps to reproduce `path.resolve(this.options.srcDir, 'static', browserconfigFileName)` and `content: '/' + browserconfigFileName`, these paths should be taken from the [Dir property](https://nuxtjs.org/api/configuration-dir). ### What...
### Version [v4.0.1-rc.1](https://github.com/apollo-module/releases/tag/v4.0.1-rc.1) ### Reproduction link [https://codesandbox.io/s/nuxt-apollo-module-token-name-bug-ym7pn](https://codesandbox.io/s/nuxt-apollo-module-token-name-bug-ym7pn) ### Steps to reproduce 1. Create a Nuxt project; 2. Install the module; 3. Configure 2 different clients; 4. Use a custom `tokenName`...
### Version [v4.0.0-rc.12](https://github.com/apollo-module/releases/tag/v4.0.0-rc.12) ### Reproduction link [nuxt-apollo-middleware](https://codesandbox.io/s/nuxt-apollo-middleware-bug-557bk) ### Steps to reproduce Install apollo-module for Nuxt; Use a query from 'apollo' in a middle-ware. ### What is expected ? The HTML...
Modified index.js to add compatibility to Elixir 5.x
**Configuration**: "@vuetify/vuex-cognito-module": "^0.5.4", "nuxt": "^2.11.0", _The error logged in console, in the vendor.app.js file:_ 
fix: undefined injectedGlobalOptions close #182
After upgrading from `"@nuxtjs/eslint-config-typescript": "12.0.0"` to `"@nuxtjs/eslint-config-typescript": "12.1.0"` I'm facing an error during the linting, breaking ESLint: > Error [ERR_REQUIRE_ESM]: require() of ES Module D:\Projects\studiomado\backoffice\node_modules\globby\index.js from D:\Projects\studiomado\backoffice\node_modules\@typescript-eslint\parser\node_modules\@typescript-eslint\typescript-estree\dist\parseSettings\resolveProjectList.js not supported. Instead...
**Describe the bug** Running command `nuxi dev ./src -o` cause the warning `No routes defined. Check if your pages folder exists`, but my pages folder exist. And also the message...