Webpack Essentials
Let's unpack what a module bundler is and why we need it.
A module bundler intelligently creates a bundle for us, like which module depends on which to create a dependency graph. It can make certain transformations on our modules before adding them t...
vivekkushal.hashnode.dev3 min read