Quick explanation of Webpack • Babel • Terser • Prettier • ESLint
What’s the difference between Webpack, babel terser and all the other goodies?
December 27, 2021 • Code
- Webpack:
- Â developers wanted to bundle multiple JavaScript files into one.
- Babel:
- Â developers wanted to write modern JavaScript while supporting older browsers.
- Terser:
- Â developers wanted to generate the smallest possible file sizes.
- Prettier:
- Â developers wanted an opinionated code formatter that just worked.
- ESLint:
- Â developers wanted to find issues with their code before deploying.