How to add source map to the esbuild configuration
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 bundling or compiling step to our application, we start to have a difference between what's in our source c...

