- [ ] https://github.com/vitejs/vite-plugin-react/pull/890 https://github.com/hi-ogawa/vite-plugins/blob/cc057eab7bdba46fcee9b627643edddecdf28c02/packages/fullstack/examples/react-router/vite.config.ts#L44-L45 - [ ] https://github.com/vitejs/vite-plugin-vue/issues/677 https://github.com/hi-ogawa/vite-plugins/blob/cc057eab7bdba46fcee9b627643edddecdf28c02/packages/fullstack/examples/vue-router/vite.config.ts#L51-L52 - [ ] https://github.com/vitejs/vite/pull/20767 https://github.com/hi-ogawa/vite-plugins/blob/cc057eab7bdba46fcee9b627643edddecdf28c02/packages/fullstack/src/plugin.ts#L557-L558 - [ ] `&lang.css` link stylesheet hmr https://github.com/hi-ogawa/vite-plugins/blob/cc057eab7bdba46fcee9b627643edddecdf28c02/packages/fullstack/src/plugin.ts#L614-L618 - [ ] `?direct` css module should self accept
feat(react): expose virtual module to simplify hmr preamble setup on ssr vitejs/vite-plugin-react#890
https://github.com/hi-ogawa/vite-plugins/blob/cc057eab7bdba46fcee9b627643edddecdf28c02/packages/fullstack/examples/react-router/vite.config.ts#L44-L45
.vue?reprowithexclude: /\?repro/works on dev but fails on build (How to use custom query for.vuefile?) vitejs/vite-plugin-vue#677https://github.com/hi-ogawa/vite-plugins/blob/cc057eab7bdba46fcee9b627643edddecdf28c02/packages/fullstack/examples/vue-router/vite.config.ts#L51-L52
fix(css): avoid duplicate style for server rendered stylesheet link and client inline style during dev vitejs/vite#20767
https://github.com/hi-ogawa/vite-plugins/blob/cc057eab7bdba46fcee9b627643edddecdf28c02/packages/fullstack/src/plugin.ts#L557-L558
&lang.csslink stylesheet hmrhttps://github.com/hi-ogawa/vite-plugins/blob/cc057eab7bdba46fcee9b627643edddecdf28c02/packages/fullstack/src/plugin.ts#L614-L618
?directcss module should self accept