Coding a simple module bundler π¦
Ever wondered how create-react-app or vue-cli convert large source code into build files? They use module bundlers like webpack and rollup to bundle the source code into some distributable chunk files. In this blog, we will learn how module bundlers...
ravvis.hashnode.dev4 min read
Yashwanth Manivannan
A lil bit of everything
That was very informative and well written!