Babel Config Generator

Generate babel.config.js for compiling modern JavaScript down to backwards compatible versions.

- Compile modern JavaScript down to supported targets.
- Compile JSX and React-specific syntax.
- Strip TypeScript types (does not type-check).

Targets

babel.config.js
1

Overview

Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments.