-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Environment
Nuxt project info: nuxi 3:02:59 PM
- Operating System: Linux
- Node Version: v22.12.0
- Nuxt Version: 2.17.3
- CLI Version: 3.26.0
- Nitro Version: 2.12.4
- Package Manager: yarn@1.22.22
- Builder: vite
- User Config: vue, telemetry, ssr, render, publicRuntimeConfig, server, head, loading, buildModules, modules, recaptcha, gtm, i18n, css, build, plugins, sentry, bridge, router, nitro, vite, serverHandlers, devServerHandlers, devServer, typescript
- Runtime Modules: nuxt-i18n@6.28.1, ~/modules/catalog, ~/modules/customer, ~/modules/checkout, cookie-universal-nuxt@2.2.2, ~/modules/middleware, @vue-storefront/http-cache/nuxt@2.8.0, @nuxtjs/gtm@2.4.0, @nuxtjs/sentry@7.3.0, @nuxtjs/recaptcha@1.1.2
- Build Modules: (), ~/modules/core, @pinia/nuxt@0.2.1, @nuxt/bridge@3.5.0
Reproduction
reproduction: https://stackblitz.com/edit/github-3fgb91-wccut2l3?file=nuxt.config.ts
Describe the bug
The first modification of the nuxt.config.js file after the first startup will reload the configuration normally, and each subsequent modification will not trigger a configuration reload.
Additional context
No response