source: imaps-frontend/node_modules/webpack-cli/lib/plugins/cli-plugin.d.ts@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 480 bytes
Line 
1import { type Compiler } from "webpack";
2import { type CLIPluginOptions } from "../types";
3export declare class CLIPlugin {
4 #private;
5 logger: ReturnType<Compiler["getInfrastructureLogger"]>;
6 options: CLIPluginOptions;
7 constructor(options: CLIPluginOptions);
8 setupBundleAnalyzerPlugin(compiler: Compiler): Promise<void>;
9 setupProgressPlugin(compiler: Compiler): void;
10 setupHelpfulOutput(compiler: Compiler): void;
11 apply(compiler: Compiler): void;
12}
Note: See TracBrowser for help on using the repository browser.