`\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_",[3088,3089,3090],{"name":3034,"color":3035},{"name":3049,"color":3050},{"name":3091,"color":3092},"❗ 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":3099,"labels":3100,"number":3104,"owner":3025,"repository":3025,"state":3040,"title":3105,"updated_at":3106,"url":3107,"score":3108},"### 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```",[3101],{"name":3102,"color":3103},"🔨 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":3110,"number":3113,"owner":3025,"repository":3025,"state":3040,"title":3114,"updated_at":3115,"url":3116,"score":3117},[3111,3112],{"name":3034,"color":3035},{"name":3037,"color":3038},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":3119,"labels":3120,"number":3126,"owner":3025,"repository":3058,"state":3040,"title":3127,"updated_at":3128,"url":3129,"score":3130},"### 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.",[3121,3122,3123],{"name":3049,"color":3050},{"name":3052,"color":3053},{"name":3124,"color":3125},"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",3132],{},["Set"],["ShallowReactive",3135],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fcALh5SX8wn622uA_4rY_46_qO9I8TVb1UCsnY548lm4":-1},"/nuxt/ui/2823"]