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