# @types/case-sensitive-paths-webpack-plugin

> TypeScript definitions for case-sensitive-paths-webpack-plugin

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

## Install

```sh
npm install @types/case-sensitive-paths-webpack-plugin
pnpm add @types/case-sensitive-paths-webpack-plugin
yarn add @types/case-sensitive-paths-webpack-plugin
bun add @types/case-sensitive-paths-webpack-plugin
```

## 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 | 2.1.9 |
| Published | 2023-11-07 |
| First published | 2017-11-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51420 |
| Maintainers | types |

## Links

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

## Dependencies (1)

- [@types/webpack](https://npm.io/package/@types/webpack.md) ^4

## Recent versions

- 2.1.9 (latest) — 2023-11-07
- 2.1.7 (ts4.3) — 2023-09-04
- 2.1.6 (ts3.7) — 2021-07-06
- 2.1.4 (ts2.8) — 2019-11-26
- 2.1.3 (ts2.3) — 2019-07-12
- 2.1.1 (ts2.2) — 2018-02-13
- 2.1.0 (ts2.0) — 2017-11-16
- 2.1.8 — 2023-10-17
- 2.1.5 — 2021-03-25
- 2.1.2 — 2018-03-10

## README

# Installation
> `npm install --save @types/case-sensitive-paths-webpack-plugin`

# Summary
This package contains type definitions for case-sensitive-paths-webpack-plugin (https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/case-sensitive-paths-webpack-plugin.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/case-sensitive-paths-webpack-plugin/index.d.ts)
````ts
import { Compiler, Plugin } from "webpack";

export = CaseSensitivePathsWebpackPlugin;

declare class CaseSensitivePathsWebpackPlugin extends Plugin {
    constructor(options?: CaseSensitivePathsWebpackPlugin.Options);

    apply(compiler: Compiler): void;
}

declare namespace CaseSensitivePathsWebpackPlugin {
    interface Options {
        /**
         * Show more information
         */
        debug?: boolean | undefined;
        /**
         * Run before emit instead of after resolve for individual files
         */
        useBeforeEmitHook?: boolean | undefined;
    }
}

````

### Additional Details
 * Last updated: Mon, 06 Nov 2023 22:41:05 GMT
 * Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack)

# Credits
These definitions were written by [Andrew Makarov](https://github.com/r3nya).

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