How to set up CSS Modules with esbuild
In this article, I'll show how to configure CSS Modules with esbuild.
CSS Modules
It is a technic of making our styles scoped locally. I first encountered it while working on this SolidJS + esbuild. My understanding is that it's popular among develop...
how-to.dev2 min read