MCPcopy
hub / github.com/FormidableLabs/webpack-dashboard / ICompiler

Interface ICompiler

plugin/index.d.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13interface ICompiler {
14 hooks?: any;
15 plugin?: (name: string, callback: () => void) => void;
16}
17
18export default class DashboardPlugin {
19 constructor(options?: IDashboardOptions);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…