CommonJS VS ESM Module System Part 1
Oct 2, 2021 · 2 min read · As we all know in NodeJS we have 2 module system i.e. CommonJS and ESM. CommonJS is used default in NodeJS but ESM module system is getting popularized and I think in future majority will use ESM Module system more. so lets understand difference bet...
Join discussion