📄️ Babel
Babel is a JavaScript compiler used to convert ECMAScript2015 (ES6) and above back to compatible JavaScript for older browsers.
📄️ Webpack
Concepts
📄️ Vite
Vite (said as veet), is a modern bundler that aims to make development more efficient by keeping ES Modules for development mode, but using a bundler for production mode.
📄️ Rollup.js
Rollup.js is a module bundler alternative to Webpack.