Skip to content

Commit

Permalink
chore: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 17, 2022
1 parent dfb9afd commit d898ddd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ declare namespace MiniCssExtractPlugin {
Compilation,
ChunkGraph,
Chunk,
LoaderContext,
ChunkGroup,
Module,
Dependency,
Expand Down Expand Up @@ -119,7 +118,6 @@ type PluginOptions = {
/** @typedef {import("webpack").Compilation} Compilation */
/** @typedef {import("webpack").ChunkGraph} ChunkGraph */
/** @typedef {import("webpack").Chunk} Chunk */
/** @typedef {import("webpack").LoaderContext<any>} LoaderContext */
/** @typedef {Parameters<import("webpack").Chunk["isInGroup"]>[0]} ChunkGroup */
/** @typedef {import("webpack").Module} Module */
/** @typedef {import("webpack").Dependency} Dependency */
Expand Down Expand Up @@ -171,7 +169,6 @@ type Schema = import("schema-utils/declarations/validate").Schema;
type Compilation = import("webpack").Compilation;
type ChunkGraph = import("webpack").ChunkGraph;
type Chunk = import("webpack").Chunk;
type LoaderContext = import("webpack").LoaderContext<any>;
type ChunkGroup = Parameters<import("webpack").Chunk["isInGroup"]>[0];
type Module = import("webpack").Module;
type Dependency = import("webpack").Dependency;
Expand Down

0 comments on commit d898ddd

Please sign in to comment.