Rom
Rom
### Description As a user deploying to an edge platform, I want to be able to split the server production code by having one server bundle per page. That would:...
### Description We can make the server runtime completely agnostic to Node.js. Removing the need for Node.js shims on Edge platforms.
### Description Currently, `disableAutoFullBuild` is needed for using Vite CLI options such as `--mode`. Ideally, `disableAutoFullBuild` shouldn't be needed.
### Description Tailwind works in SSR mode but @AaronBeaudoin is reporting that it doesn't work in SPA mode. Seems to be vps related since Tailwind does support Vite without vps....
Hi, I'm building a new React framework called "Repack". The name would clash with your project. So I wanted to reach out about this. The way I see it is...
WinterCG
Nice work 👌. Is supporting https://wintercg.org/ something Bao.js is interested in? (CC @cyco130 author of [HatTip](https://github.com/hattipjs/hattip) which is a cross-platform Express.js alternative with preliminary Bun support.)
### Environment - Operating System: `Linux` - Node Version: `v18.0.0` - Nuxt Version: `3.0.0-rc.13` - Nitro Version: `0.6.1` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `vite` -...
Hi @edbentley ! I'm curious; what do you think of a Babel plugin that would transpile this: ~~~ts type Todo = { userId: number; id: number; title: string; completed: boolean;...
Hi, author of [vite-plugin-ssr](https://vite-plugin-ssr.com) here. While Million works with Next.js it can, at some point, make senses to break compatibility with Next.js. If that's something you're considering, then let me...
`useId()` doesn't return a stable ID when used inside ``. ```js function App() { return (