| \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":2883,"labels":2884,"number":2891,"owner":2866,"repository":2866,"state":2892,"title":2893,"updated_at":2894,"url":2895,"score":2896},"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>",[2885,2888],{"name":2886,"color":2887},"enhancement","8DEF37",{"name":2889,"color":2890},"2.x","d4c5f9",1121,"closed","ERR_INCOMPLETE_CHUNKED_ENCODING","2023-01-18T15:40:45Z","https://github.com/nuxt/nuxt/issues/1121",0.74460924,{"description":2898,"labels":2899,"number":2901,"owner":2866,"repository":2866,"state":2892,"title":2902,"updated_at":2903,"url":2904,"score":2905},"\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>",[2900],{"name":2889,"color":2890},699,"中文官网进不去","2023-01-18T15:39:41Z","https://github.com/nuxt/nuxt/issues/699",0.7630454,{"labels":2907,"number":2909,"owner":2866,"repository":2866,"state":2892,"title":2910,"updated_at":2911,"url":2912,"score":2913},[2908],{"name":2889,"color":2890},6389," console.log(this.$store) ","2023-01-18T21:49:13Z","https://github.com/nuxt/nuxt/issues/6389",0.765246,{"description":2915,"labels":2916,"number":2918,"owner":2866,"repository":2866,"state":2892,"title":2919,"updated_at":2920,"url":2921,"score":2922},"\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>",[2917],{"name":2889,"color":2890},5336,"error core-js","2023-01-18T20:10:48Z","https://github.com/nuxt/nuxt/issues/5336",0.76550376,{"description":2924,"labels":2925,"number":2927,"owner":2866,"repository":2866,"state":2892,"title":2928,"updated_at":2929,"url":2930,"score":2931},"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>",[2926],{"name":2889,"color":2890},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":2933,"labels":2934,"number":2936,"owner":2866,"repository":2866,"state":2892,"title":2937,"updated_at":2938,"url":2939,"score":2940},"\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>",[2935],{"name":2889,"color":2890},3421,"build error","2023-01-18T16:24:02Z","https://github.com/nuxt/nuxt/issues/3421",0.76779693,{"description":2942,"labels":2943,"number":2947,"owner":2866,"repository":2948,"state":2892,"title":2949,"updated_at":2950,"url":2951,"score":2952},"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).",[2944],{"name":2945,"color":2946},"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":2954,"number":2961,"owner":2866,"repository":2866,"state":2892,"title":2962,"updated_at":2963,"url":2964,"score":2965},[2955,2958],{"name":2956,"color":2957},"3.x","29bc7f",{"name":2959,"color":2960},"bug","d73a4a",12091,"Logo in readme update","2023-01-19T15:54:20Z","https://github.com/nuxt/nuxt/issues/12091",0.7691228,["Reactive",2967],{},["Set"],["ShallowReactive",2970],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fLVKPkcmV7yN5d-4oQ7Xs3Hfyv6OHW3EkGIBXMJjEAG4":-1},"/nuxt/nuxt.com/1085"]