Gunther Brunner
Gunther Brunner
Support pnpm installation, since it can work independently from Node.js version. https://pnpm.io/installation
Checking here I can see the install script is using `https://get.pnpm.io/v6.16.js` https://github.com/pnpm/action-setup/blob/10b4b0b462cfa1a30381c9d7c242194165a466ab/src/install-pnpm/run.ts#L25 Given that the latest 7 version is using `https://get.pnpm.io/install.sh` as the new install script, is there any change...
Hi! I would like to see support for **UnCSS** for dynamic routes. The possible space savings are amazing. http://addyosmani.com/blog/removing-unused-css/
Reasons: - Old devices CPU are too slow (Slow JPEG encoding) - STF->Client Network speed may be too slow (Poor Wifi) - Client browser may be too slow (Mobile browser...
Support pnpm installation, since it can work independently from Node.js version. https://pnpm.io/installation
Getting the error `EISDIR: illegal operation on a directory, read`
As per 1.5.1 changes, now it **may** make sense to use `JSIMD_FORCENEON` flag. https://github.com/libjpeg-turbo/libjpeg-turbo/blob/master/ChangeLog.md
Hi! This has been discussed before: #99 However there are 3 problems with that solution: - Cache is not persisted to disc - It involves effort on the user, where...
### Describe the bug ``` failed to load config from /home/runner/work/app/vite.config.mts error during build: Error: Cannot find module '../../../node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.js' Require stack: - /home/runner/work/ais-nozomi/ais-nozomi/node_modules/@tanstack/router-vite-plugin/build/cjs/packages/router-cli/src/config.js - /home/runner/work/ais-nozomi/ais-nozomi/node_modules/@tanstack/router-vite-plugin/build/cjs/packages/router-vite-plugin/src/index.js at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15) at Module._load...