@types/case-sensitive-paths-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

2.1.9 • Public • Published

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

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

Credits

These definitions were written by Andrew Makarov.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/case-sensitive-paths-webpack-plugin

Weekly Downloads

118,086

Version

2.1.9

License

MIT

Unpacked Size

4.03 kB

Total Files

5

Last publish

Collaborators

  • types