Seed now supports pnpm!
This also includes support for incremental service deployments if you are using pnpm Workspaces.
Read more about this here:
seed.run/blog/pnpm-support
I use asdf to manage Node.js and pnpm versions.
I decided to try using the same asdf’s .tool-versions config on CI, replacing actions/setup-node with asdf-vm/actions/install.
With the proper caches, CI became faster: 40 → 30 seconds.
github.com/hplush/slowreader…
Parcel v2.3.0 is out!
🚀 Over 60% fewer npm dependencies than v2.2, over 70% fewer than v2.1!
⚛️ Automatic support for the modern JSX transform with React 18 pre-releases.
🚝 Fixes for auto install in PNPM monorepos
github.com/parcel-bundler/pa…
The latest episode covers @jelbourn and @marktechson with their monthly session about #Angular and playing video games. @pnpmjs 6.29 might not be a big release, but it fits perfectly into this week's time slot 😉. Enjoy!
More details on dev.to/rainerhahnekamp/ng-ne…
Switching from @npmjs and @webpack to @pnpmjs and Vite can save you a lot of time and streamline your frontend development. Our recent blog post will walk you through the migration process
nubisoft.io/blog/using-moder…
If there is any web engineer around willing to work on a new project based on @vuejs (PWA), please let me know.
Some of the tech stack:
- @vite_js
- @pnpmjs
- @vuejs
- @VeTest_
We are re-thinking our architecture :)
RT is appreciated! ❤️ #webdev#webdevelopment
Since switching to @pnpmjs, the cssnano monorepo builds about twice as fast on my local machine. Also switching between branches with different dependencies is faster since since it does not need to copy files to node_modules.