How to dev

How to dev

Follow
homeCoursesPodcast guestingLinktreeFree mentoring
Tag

bundling

#bundling

More content

Read more stories on Hashnode


Articles with this tag

How to start moving legacy codebase to webpack

Sep 11, 20215 min read

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...

How to start moving legacy codebase to webpack

Two new sections on my video course on webpack

Sep 8, 20211 min read

I published a webpack 5 course, and today I completed two additional sections: Managing CSS Getting ready to deploy Managing CSS Continous with the...

Two new sections on my video course on webpack

How to bootstrap javascript project with esbuild

Aug 30, 20212 min read

This article will present a simple code generator for kicking off a browser project that uses esbuild as a bundler. Code generator For generating...

How to bootstrap javascript project with esbuild

How to set up CSS Modules with esbuild

Aug 19, 20212 min read

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...

How to set up CSS Modules with esbuild

How to add source map to the esbuild configuration

Aug 14, 20211 min read

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...

How to add source map to the esbuild configuration

How to add live reload to esbuild server

Aug 13, 20212 min read

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...

How to add live reload to esbuild server