#bundling
Read more stories on Hashnode
Articles with this tag
Let's say we inherit a legacy JavaScript project, and it's our job to keep it alive. Often in those situations: you have an old and outdated codebase...
I published a webpack 5 course, and today I completed two additional sections: Managing CSS Getting ready to deploy Managing CSS Continous with the...
This article will present a simple code generator for kicking off a browser project that uses esbuild as a bundler. Code generator For generating...
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...
In this article, I'll show you how to add a source map to the setup we developed so far in this series. What is source map As we introduce any...
In this article, I'll show how to set up a complete development server for esbuild. It's a replacement for the half-successful approach I had in the...