# @talend/scripts-config-babel

> Babel configuration for @talend/scripts-core

Latest version **13.7.0** (published 2025-09-09) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @talend/scripts-config-babel
pnpm add @talend/scripts-config-babel
yarn add @talend/scripts-config-babel
bun add @talend/scripts-config-babel
```

## Health

**Score 40/100 (D)** — status: stable.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 13.7.0 |
| Published | 2025-09-09 |
| First published | 2019-05-20 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 15 |
| Unpacked size | 10.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 159 |
| Author | Talend Frontend |
| Maintainers | talend-frontend |

## Links

- npm: https://www.npmjs.com/package/@talend/scripts-config-babel
- Repository: https://github.com/Talend/ui
- Homepage: https://github.com/Talend/ui/tree/master/packages/ui-scripts#readme
- Issues: https://github.com/Talend/ui/issues
- npm.io page: https://npm.io/package/@talend/scripts-config-babel

## Dependencies (15)

- [jest](https://npm.io/package/jest.md) ^29.7.0
- [babel-core](https://npm.io/package/babel-core.md) ^7.0.0-bridge.0
- [@babel/core](https://npm.io/package/@babel/core.md) ^7.28.3
- [@babel/preset-env](https://npm.io/package/@babel/preset-env.md) ^7.28.3
- [@babel/preset-react](https://npm.io/package/@babel/preset-react.md) ^7.27.1
- [@babel/preset-typescript](https://npm.io/package/@babel/preset-typescript.md) ^7.27.1
- [@talend/babel-plugin-assets-api](https://npm.io/package/@talend/babel-plugin-assets-api.md) ^1.6.0
- [babel-plugin-angularjs-annotate](https://npm.io/package/babel-plugin-angularjs-annotate.md) ^0.10.0
- [@babel/plugin-transform-object-assign](https://npm.io/package/@babel/plugin-transform-object-assign.md) ^7.27.1
- [@talend/babel-plugin-import-from-index](https://npm.io/package/@talend/babel-plugin-import-from-index.md) ^1.10.0
- [@babel/plugin-proposal-class-properties](https://npm.io/package/@babel/plugin-proposal-class-properties.md) ^7.18.6
- [@babel/plugin-proposal-optional-chaining](https://npm.io/package/@babel/plugin-proposal-optional-chaining.md) ^7.21.0
- [@babel/plugin-proposal-export-default-from](https://npm.io/package/@babel/plugin-proposal-export-default-from.md) ^7.27.1
- [@babel/plugin-proposal-export-namespace-from](https://npm.io/package/@babel/plugin-proposal-export-namespace-from.md) ^7.18.9
- [@babel/plugin-proposal-nullish-coalescing-operator](https://npm.io/package/@babel/plugin-proposal-nullish-coalescing-operator.md) ^7.18.6

## Recent versions

- 13.7.0 (latest) — 2025-09-09
- 10.0.0-alpha.1 (next) — 2021-02-12
- 13.6.0 — 2025-07-09
- 13.5.2 — 2025-06-27
- 13.5.1 — 2025-06-19
- 13.5.0 — 2024-06-13
- 13.4.0 — 2024-06-11
- 13.3.1 — 2024-02-29
- 13.3.0 — 2024-02-02
- 13.2.1 — 2023-12-01
- 13.2.0 — 2023-11-15
- 13.1.0 — 2023-11-06
- 13.0.0 — 2023-04-13
- 12.0.0 — 2023-01-12
- 11.0.0 — 2022-07-27
- … 184 more at https://npm.io/package/@talend/scripts-config-babel/versions

## README

This package contains the main babel configuration used everywhere else in Talend.

## Babel config customisation

You can use your own babelrc but it is not recommanded. To do so, you will need to extend the preset babelrc.

```json
{
	"extends": "@talend/scripts-config-babel"
}
```

If you don't do so the app will fail in Error describe the above need.
Also please be sure to have read that file.

---
_Source: https://npm.io/package/@talend/scripts-config-babel · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
