Environment
- Operating System:
Darwin
- Node Version:
v18.14.2
- Nuxt Version:
3.3.3
- Nitro Version:
2.3.2
- Package Manager:
yarn@1.22.19
- Builder:
vite
- User Config:
css, build, modules, vite
- Runtime Modules:
@nuxtjs/google-fonts@3.0.0, @sidebase/nuxt-auth@0.4.4
- Build Modules:
-
Reproduction
In my `nuxt.config.ts I'm using this:
...
modules: [
[
"@nuxtjs/google-fonts",
{
families: {
Inter: [500, 700],
},
prefetch: true,
preconnect: true,
preload: true,
},
],
"@sidebase/nuxt-auth",
],
...
Describe the bug
Until nuxt 3.2.2 no error was appearing in VS Code.
Starting from 3.2.3 and in the new 3.3.3, this warning appears. It appears even if I define empty modules entry, so I think this is not related any specific module I'm using.
Not appearing in the 3.3.2.
Thanks in advance
Additional context
No response
Logs
No response