# @talend/scripts-config-ng-webpack

> Webpack configuration for angularJS apps in @talend/scripts-core

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

## Install

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

## 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 | 11.10.0 |
| Published | 2025-09-09 |
| First published | 2019-05-20 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 8 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-ng-webpack
- 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-ng-webpack

## Dependencies (7)

- [webpack](https://npm.io/package/webpack.md) ^5.101.3
- [html-loader](https://npm.io/package/html-loader.md) ^4.2.0
- [babel-loader](https://npm.io/package/babel-loader.md) ^8.4.1
- [cache-loader](https://npm.io/package/cache-loader.md) ^4.1.0
- [ngtemplate-loader](https://npm.io/package/ngtemplate-loader.md) ^2.1.0
- [@talend/scripts-utils](https://npm.io/package/@talend/scripts-utils.md) ^2.5.0
- [@talend/scripts-config-babel](https://npm.io/package/@talend/scripts-config-babel.md) ^13.7.0

## Recent versions

- 11.10.0 (latest) — 2025-09-09
- 10.0.0-alpha.1 (next) — 2021-02-12
- 11.9.1 — 2025-07-29
- 11.9.0 — 2025-07-10
- 11.8.3 — 2025-06-30
- 11.8.2 — 2025-06-25
- 11.8.1 — 2024-12-12
- 11.8.0 — 2024-06-17
- 11.7.0 — 2024-03-12
- 11.6.0 — 2024-01-29
- 11.5.0 — 2023-12-12
- 11.4.1 — 2023-11-07
- 11.4.0 — 2023-11-06
- 11.3.0 — 2023-03-13
- 11.2.0 — 2022-09-06
- … 185 more at https://npm.io/package/@talend/scripts-config-ng-webpack/versions

## README

# UI

That repository was created in an effort to simplify the development of Talend's front-end stack.

## Goals

- Single code repository / Multiple packages
- Global (cross package) test and review tools
- Easy cross packages development
- Share and love open source.

## The stack

- [react-cmf](https://github.com/Talend/ui/tree/master/packages/cmf)
- [react-talend-containers](https://github.com/Talend/ui/tree/master/packages/containers)
- [react-talend-components](https://github.com/Talend/ui/tree/master/packages/components)
- [react-talend-forms](https://github.com/Talend/ui/tree/master/packages/forms)
- [talend-icons](https://github.com/Talend/ui/tree/master/packages/icons)
- [bootstrap-talend-theme](https://github.com/Talend/ui/tree/master/packages/theme)

## Tools (dev environment)

We have quick access from the root to the following npm scripts:

- postinstall (trigger build of every package)
- pre-release (trigger build of UMD of supported package)
- start (start the playground)
- test
- lint

The CI will ensure on each PR that test and lint are OK before you can merge your pull request. It will also provide you a demo so reviewers can play with your change and try to find impact of your PR on other packages.

## Versions and breaking changes

The stack is stable and we do our best to not break APIs.
To handle versions we rely on [**changeset**](https://github.com/atlassian/changesets/). So on each PR you will be able to request a release intent along your changes. It will fill automatically the changelog at release time. Do not forget to commit the file outputed by the changeset CLI.

## More

If you want to know more (release, versions, etc ...) please take a look on [the wiki](https://github.com/Talend/ui/wiki)

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