Bundler Backend
Popular Bundlers : vite , parcel , webpacks
A bundler performs the following operations :
* HMR : Hot Module Replacement, means auto-reload on any change
* File Watcher Algorithm(c++) : This keep a check on the file for any change
* minifies ...
iamsiddhant14.hashnode.dev1 min read