Kaizen Today I Learned by Ville Säävuori

Posts tagged vite

Silence Tailwind JIT Debug Output

I’ve been suffering from excessive output from the Tailwind JIT / PostCSS plugin in Vite projects for the longest time. My Vite HMR logs used to look something like this in most projects: VITE v4.3.9 ready in 852 ms ➜ Local: http://localhost:3000/ ➜ Network: http://172.19.0.4:3000/ ➜ Network: http://172.18.0.4:3000/ ➜ press h to show help Source path: /code/front/src/assets/spa.

· Read the full article →

Weeknotes 2022/6 - Electron, Vue

This week I started working on a new native app for Slipmat using Electron. I’ve been slowly building a starter template for Python + Electron for few months now ever since Simon published his Datasette app. I’ve intentionally kept the project on a slow burner and returned to it every now and then to give myself time to get a better general understanding of the Electron framework.

· Read the full article →