# @types/webpack

> TypeScript definitions for webpack

Latest version **5.28.5** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/webpack
pnpm add @types/webpack
yarn add @types/webpack
bun add @types/webpack
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 5.28.5 |
| Published | 2023-11-07 |
| First published | 2016-05-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 7.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51440 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/webpack
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack
- npm.io page: https://npm.io/package/@types/webpack

## Dependencies (3)

- [tapable](https://npm.io/package/tapable.md) ^2.2.0
- [webpack](https://npm.io/package/webpack.md) ^5
- [@types/node](https://npm.io/package/@types/node.md) *

## Recent versions

- 5.28.5 (latest) — 2023-11-07
- 5.28.2 (ts4.3) — 2023-08-22
- 5.28.0 (ts3.8) — 2021-03-29
- 4.41.26 (ts3.4) — 2021-01-11
- 4.41.25 (ts3.2) — 2020-11-11
- 4.41.22 (ts3.1) — 2020-09-02
- 4.41.21 (ts3.0) — 2020-07-07
- 4.41.13 (ts2.9) — 2020-05-13
- 4.41.12 (ts2.8) — 2020-04-18
- 4.39.8 (ts2.5) — 2019-11-01
- 4.0.0 (ts2.2) — 2018-03-06
- 3.8.5 (ts2.0) — 2018-02-05
- 4.41.40 — 2024-10-23
- 4.41.39 — 2024-08-06
- 3.8.27 — 2023-11-22
- … 170 more at https://npm.io/package/@types/webpack/versions

## README

# Installation
> `npm install --save @types/webpack`

# Summary
This package contains type definitions for webpack (https://github.com/webpack/webpack).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack/index.d.ts)
````ts
/// <reference types="node" />
/* eslint-disable-next-line @definitelytyped/no-self-import */
import webpack = require("webpack");
export = webpack;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 20:08:00 GMT
 * Dependencies: [@types/node](https://npmjs.com/package/@types/node), [tapable](https://npmjs.com/package/tapable), [webpack](https://npmjs.com/package/webpack)

# Credits
These definitions were written by [Qubo](https://github.com/tkqubo), [Benjamin Lim](https://github.com/bumbleblym), [Boris Cherny](https://github.com/bcherny), [Tommy Troy Lin](https://github.com/tommytroylin), [Mohsen Azimi](https://github.com/mohsen1), [Jonathan Creamer](https://github.com/jcreamer898), [Alan Agius](https://github.com/alan-agius4), [Dennis George](https://github.com/dennispg), [Christophe Hurpeau](https://github.com/christophehurpeau), [ZSkycat](https://github.com/ZSkycat), [John Reilly](https://github.com/johnnyreilly), [Ryan Waskiewicz](https://github.com/rwaskiewicz), [Kyle Uehlein](https://github.com/kuehlein), [Grgur Grisogono](https://github.com/grgur), [Rubens Pinheiro Gonçalves Cavalcante](https://github.com/rubenspgcavalcante), [Anders Kaseorg](https://github.com/andersk), [Felix Haus](https://github.com/ofhouse), [Daniel Chin](https://github.com/danielthank), [Daiki Ihara](https://github.com/sasurau4), [Dion Shi](https://github.com/dionshihk), [Piotr Błażejewicz](https://github.com/peterblazejewicz), and [Michał Grzegorzewski](https://github.com/spamshaker).

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