main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
480 bytes
|
Line | |
---|
1 | import { type Compiler } from "webpack";
|
---|
2 | import { type CLIPluginOptions } from "../types";
|
---|
3 | export 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.