JavaScript Module Bundlers and all that Jazz ✨
So, what is a bundler?
A bundler is a tool that brings all your code organized into multiple files, together (bundled up!), ready to be loaded into the browser. While doing so, it generates a dependency graph of all your source code, and third-party ...
harshita-kanal.hashnode.dev4 min read