vanshuhassija.hashnode.devWhy module bundlers?A JavaScript bundler is a tool that puts your code and all its dependencies together in one JavaScript file. To better understand this concept let's build a simple application, where we toggle the visibility of a paragraph on click of a button. Let's...Jan 29, 2022·2 min read