Rom
Rom
@aleclarson Thoughts on this? Could be relevant for https://github.com/alloc/viteflare.
I'm glad this is getting attention. There is a *big* need for shared deploy adapters & plugins that the whole Vite ecosystem can use. Instead of having vps, SvelteKit and...
Do we really need a DAG? I do agree that a real task runner needs to be a DAG, but we only have a handful of tasks. Concretely, `$ vite...
As for the off-topic discussions, see: - https://github.com/vitejs/vite/discussions/7700 - https://github.com/vitejs/vite/discussions/7701
> SvelteKit has been updated so that all building occurs within a Vite plugin. Calling `vite build && vite build --ssr` seems too clunky so we're instead programatically invoking `vite`...
I just released vite-plugin-ssr 0.4 that includes the `writeBundle` chaining trick. Implementation: https://github.com/brillout/vite-plugin-ssr/blob/514843f92af77324d5038169ea2f45bfe7db7816/vite-plugin-ssr/node/plugin/plugins/autoFullBuild.ts. Let's see how it works out.
RFC by antfu: https://hackmd.io/WgkOsRmpT0e5ACJHc0Dh6Q
Also https://twitter.com/youyuxi/status/1552640407057547264. Not sure if these have the same root cause, but something seems wrong with HMR and Vite 3.
@bluwy I'm afraid this also seems to happen on Linux, see following reproduction: https://github.com/brillout/vps-antd-repo. @rxliuli The culprit doesn't seem to be the pre-bundling scanner (you can inspect it by using...
@nirajpandkar @sindresorhus About the problem that non-techies don't use GitHub: How about building a frontend? For example, something like the frontend I've built for a list of react components (http://devarchy.com/react-components...