Babel
Babel is a JavaScript compiler used to convert ECMAScript2015 (ES6) and above back to compatible JavaScript for older browsers.
Features:
- transform syntax
- polyfill features that are missing in target environment
- JSX conversion
Babel is a JavaScript compiler used to convert ECMAScript2015 (ES6) and above back to compatible JavaScript for older browsers.
Features: