`\n\n### Describe the bug\n\n\r\nAfter updating to version 3.7.3 NuxtPage stopped working in the entire project\r\n\r\n```\r\nUncaught (in promise) Error: Page Not Found\r\n at createError (index.mjs?v=2a803633:78:15)\r\n at createError (null:31:16)\r\n at index.vue:37:11\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3209,3210,3211],{"name":3155,"color":3156},{"name":3170,"color":3171},{"name":3212,"color":3213},"❗ p4-important","D93F0B",23219," NuxtPage doesn`t work in Nuxt 3.7.3","2024-03-17T16:52:10Z","https://github.com/nuxt/nuxt/issues/23219",0.65094596,{"description":3220,"labels":3221,"number":3225,"owner":3146,"repository":3146,"state":3161,"title":3226,"updated_at":3227,"url":3228,"score":3229},"### Environment\n\n\n------------------------------\n- Operating System: Linux\n- Node Version: v20.9.0\n- Nuxt Version: 3.17.5\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.11\n- Package Manager: pnpm@8.10.2\n- Builder: -\n- User Config: compatibilityDate, devtools, vite\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nReproduction: https://codesandbox.io/p/devbox/romantic-stonebraker-w4cjhm?workspaceId=ws_L5VBxQpoiNBY27P4qyDsek\n\n### Describe the bug\n\nWhen running `nuxt dev`, the AutoImport feature fails to work correctly. The console displays errors indicating that built-in components (e.g., `NuxtWelcome`) fail to be processed properly.\n\n### Steps to Reproduce\n1. Set `vite.esbuild.minifyWhitespace = true` in `nuxt.config.ts`\n2. Add an empty `\u003Cscript setup lang=\"ts\">\u003C/script>` block in any `.vue` SFC (Single File Component)\n\n``` vue\n\u003Ctemplate>\n \u003Cdiv>\n \u003CNuxtRouteAnnouncer />\n \u003CNuxtWelcome />\n \u003C/div>\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nconsole.log(\"111\");\n\u003C/script>\n```\n\n### Expected Behavior\nBuilt-in components should be auto-imported without errors during development.\n\n### Actual Behavior\nConsole errors occur for built-in components (e.g., `NuxtWelcome`), and auto-importing fails.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nWARN [Vue warn]: Failed to resolve component: NuxtRouteAnnouncer\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. \n at \u003CApp> \n at \u003CNuxtRoot>\n\nthis is setup\n```",[3222],{"name":3223,"color":3224},"🔨 p3-minor","FBCA04",32290,"[Bug] AutoImport Fails for Components with `vite.esbuild.minifyWhitespace=true` in Dev Mode","2025-06-06T04:42:30Z","https://github.com/nuxt/nuxt/issues/32290",0.65171456,{"labels":3231,"number":3234,"owner":3146,"repository":3146,"state":3161,"title":3235,"updated_at":3236,"url":3237,"score":3238},[3232,3233],{"name":3155,"color":3156},{"name":3158,"color":3159},14101,"dev error: (node:42372) Warning: To load an ES module, set \"type\": \"module\" in the package.json or use the .mjs extension. (Use `node --trace-warnings ...` to show where the warning was created)","2024-08-18T21:58:56Z","https://github.com/nuxt/nuxt/issues/14101",0.65231735,{"description":3240,"labels":3241,"number":3247,"owner":3146,"repository":3179,"state":3161,"title":3248,"updated_at":3249,"url":3250,"score":3251},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.12.0\n- Nuxt Version: - (using vue@latest)\n- CLI Version: 3.15.0\n- Nitro Version: -\n- Package Manager: pnpm@9.0.4\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Version\n\nv3.0.0-alpha.8\n\n### Reproduction\n\nhttps://github.com/zugende/nuxt-ui-type-error-repro\n\n### Description\n\nWhen creating a fresh standalone Vue app using `pnpm create vue@latest` and then installing nuxt/ui by following the instructions here: https://ui3.nuxt.dev/getting-started/installation/vue one get type errors during the build process running `pnpm build`.\n\n👀 Update 15. Nov: Workaround is to disable type-check in your build command\n``` bash\n❌ \"build\": \"run-p type-check \\\"build-only {@}\\\" --\",\n✅ \"build-only\": \"vite build\",\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n// more than 160 errors (shortened)\n\nnode_modules/.pnpm/@nuxt+ui@3.0.0-alpha.8_@babel+parser@7.26.2_embla-carousel@8.3.1_rollup@4.24.4_typescript@5.6_yljlai3w6pxxgcxew5prmihdom/node_modules/@nuxt/ui/dist/runtime/components/Tabs.vue:5:24 - error TS2307: Cannot find module '#build/app.config' or its corresponding type declarations.\n\n5 import _appConfig from '#build/app.config'\n ~~~~~~~~~~~~~~~~~~~\n\nnode_modules/.pnpm/@nuxt+ui@3.0.0-alpha.8_@babel+parser@7.26.2_embla-carousel@8.3.1_rollup@4.24.4_typescript@5.6_yljlai3w6pxxgcxew5prmihdom/node_modules/@nuxt/ui/dist/runtime/components/Textarea.vue:4:24 - error TS2307: Cannot find module '#build/app.config' or its corresponding type declarations.\n\n4 import _appConfig from '#build/app.config'\n ~~~~~~~~~~~~~~~~~~~\n\n[.....]\n\nFound 165 errors.",[3242,3243,3244],{"name":3170,"color":3171},{"name":3173,"color":3174},{"name":3245,"color":3246},"vue","42b883",2560,"Vue Vite plugin is causing type errors","2025-05-06T16:09:54Z","https://github.com/nuxt/ui/issues/2560",0.6547388,["Reactive",3253],{},["Set"],["ShallowReactive",3256],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fcALh5SX8wn622uA_4rY_46_qO9I8TVb1UCsnY548lm4":-1},"/nuxt/ui/2823"]