Blfrg
Blfrg
@mav-rik Thank you for this effort. I would also like to use Fastify as the SSR backend as it is typically more performant than express. FYI, It looks like there...
There's a PR above that looks promising, but as I [commented](https://github.com/quasarframework/quasar/pull/10884#issuecomment-1174052052) there, the new [Quasar-Vite](https://quasar.dev/quasar-cli-vite/convert-to-quasar-cli-with-vite) configuration might help facilitate shimming the alternative backend of choice.
The most recent recommendation has been implemented (current variable used). @IlCallo This useful change looks like it could be merged safely.
The [fix](https://github.com/vuejs/vue-jest/issues/175#issuecomment-575043315) detailed above by @SzNagyMisu using the config option pointed out by @Shinigami92 resolves the issue for me as well. Could this setting be made the default config for...
As noted by the others on this thread (thumbs up included) This help declaration line: >With no OUT_FILE and when IN_FILE is specified, create .d.ts file in the same directory....
I recently started using [SWC](https://swc.rs/) on a small [non-ui] project, and I swapped out ts-jest for [@swc/jest](https://swc.rs/docs/usage/jest). My [very minimal] tests were 5x faster with barely any effort! I haven't...
Only the two steps in [the docs](https://swc.rs/docs/usage/jest) are needed. The only other dependency is `@swc/core`, which is understandable, and I would consider it _internal_ to the project. I believe the...