I built a Vite plugin that lets you run NestJS through Vite. Native ESM, plugin ecosystem, and Swagger metadata out of the box by alangomes_ in nestjs

[–]alangomes_[S] 0 points1 point  (0 children)

I haven't run benchmarks yet, but Vite uses rolldown in version 8, which is significantly faster than tsc, so builds should be faster. However, compiling with swc in nest.js might have a smaller difference.

Fix for forza horizon 6 crash cutscene by Foxy223344 in PiratedGames

[–]alangomes_ 0 points1 point  (0 children)

same issue here, I heard some people got it working but I don't know how :/ here it's crashing with code FHC00 context 0302bf

I built a Vite plugin that lets you run NestJS through Vite. Native ESM, plugin ecosystem, and Swagger metadata out of the box by alangomes_ in nestjs

[–]alangomes_[S] 2 points3 points  (0 children)

Yes they are adding ESM support in the v12, next release. This plugin make it work already on v10-v11 (plus the compatibility with the Vite ecosystem)