What is the JavaScript compiler Babel used for?
converts ECMAScript 2015+ code into backward compatible version of JS to support older browsers
used to bundle individual JS files for use in your website
convert older JS code into modern ECMAScript 2015+ code
it is a SSR library that can enhance SEO and accessibility of your site