| \u003Cimg width=\"403\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/de628eac-77c1-4994-9986-bdf53b5f3dad\" /> |\n\n## Reproduction\n\n- Stackblitz: https://stackblitz.com/edit/github-yzt752qo?file=nuxt.config.ts,tailwind.config.js\n\nApparently, it's not reproducible in Stackblitz: https://github.com/nuxt/fonts/issues/438#issuecomment-2560376071\n\nHopefully, the Stackblitz is enough to demonstrate the issue, thought.",[],578,"fonts","Variation Settings not applied in variable fonts","2025-03-23T01:49:12Z","https://github.com/nuxt/fonts/issues/578",0.77693826,{"description":3169,"labels":3170,"number":3177,"owner":3152,"repository":3152,"state":3178,"title":3179,"updated_at":3180,"url":3181,"score":3182},"Noticed this in development. \r\nLooks like we may need to adapt this solution.\r\n\r\nset a heartbeat for hot middleware\r\nhttps://github.com/vuejs-templates/webpack/issues/731\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This feature request is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c986\">#c986\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3171,3174],{"name":3172,"color":3173},"enhancement","8DEF37",{"name":3175,"color":3176},"2.x","d4c5f9",1121,"closed","ERR_INCOMPLETE_CHUNKED_ENCODING","2023-01-18T15:40:45Z","https://github.com/nuxt/nuxt/issues/1121",0.74460924,{"description":3184,"labels":3185,"number":3187,"owner":3152,"repository":3152,"state":3178,"title":3188,"updated_at":3189,"url":3190,"score":3191},"\r\n如图,所有中文页面翻译都进不去\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c599\">#c599\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3186],{"name":3175,"color":3176},699,"中文官网进不去","2023-01-18T15:39:41Z","https://github.com/nuxt/nuxt/issues/699",0.7630454,{"labels":3193,"number":3195,"owner":3152,"repository":3152,"state":3178,"title":3196,"updated_at":3197,"url":3198,"score":3199},[3194],{"name":3175,"color":3176},6389," console.log(this.$store) ","2023-01-18T21:49:13Z","https://github.com/nuxt/nuxt/issues/6389",0.765246,{"description":3201,"labels":3202,"number":3204,"owner":3152,"repository":3152,"state":3178,"title":3205,"updated_at":3206,"url":3207,"score":3208},"\r\n\r\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c8899\">#c8899\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3203],{"name":3175,"color":3176},5336,"error core-js","2023-01-18T20:10:48Z","https://github.com/nuxt/nuxt/issues/5336",0.7655038,{"description":3210,"labels":3211,"number":3213,"owner":3152,"repository":3152,"state":3178,"title":3214,"updated_at":3215,"url":3216,"score":3217},"better yet, just get rid of it. \n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1539\">#c1539\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3212],{"name":3175,"color":3176},1716,"stop changing the engine field in the package.json","2023-01-18T15:54:39Z","https://github.com/nuxt/nuxt/issues/1716",0.76688766,{"description":3219,"labels":3220,"number":3222,"owner":3152,"repository":3152,"state":3178,"title":3223,"updated_at":3224,"url":3225,"score":3226},"\r\ndevelopment has no problem but in production this is what happen need help \r\nthanks\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c7211\">#c7211\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3221],{"name":3175,"color":3176},3421,"build error","2023-01-18T16:24:02Z","https://github.com/nuxt/nuxt/issues/3421",0.7677969,{"description":3228,"labels":3229,"number":3233,"owner":3152,"repository":3234,"state":3178,"title":3235,"updated_at":3236,"url":3237,"score":3238},"I can't find a valid combination to use with Vuetify. I created an issue at `@nuxt-alt/vuetify`, where the `vite-plugin-vuetify` causes error `Vuetify plugin must be loaded after the vue plugin`:\r\n* https://github.com/nuxt-alt/vuetify/issues/9\r\n\r\nThis is caused by `vite:extendConfig` Nuxt hook not having the `vite:vue` Plugin accessible, so it can't reorder it. (Using `vite:configResolved` hook instead didn't work either.)\r\n\r\nNote that this issue only occurs when `vitest.config.mjs` is used, so I assume there may be some `nuxt-vitest`-specific zero-config Vite misconfiguration. I'd appreciate any hints about the root cause (or alternatives).",[3230],{"name":3231,"color":3232},"vitest-environment","b60205",591,"test-utils","Incompatible with Vuetify","2023-12-02T00:27:10Z","https://github.com/nuxt/test-utils/issues/591",0.7687359,{"labels":3240,"number":3247,"owner":3152,"repository":3152,"state":3178,"title":3248,"updated_at":3249,"url":3250,"score":3251},[3241,3244],{"name":3242,"color":3243},"3.x","29bc7f",{"name":3245,"color":3246},"bug","d73a4a",12091,"Logo in readme update","2023-01-19T15:54:20Z","https://github.com/nuxt/nuxt/issues/12091",0.7691228,["Reactive",3253],{},["Set"],["ShallowReactive",3256],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fLVKPkcmV7yN5d-4oQ7Xs3Hfyv6OHW3EkGIBXMJjEAG4":-1},"/nuxt/nuxt.com/1085"]