UNPKG

@eaglesong/task-panorama

Version:
15 lines 514 B
import webpack from 'webpack'; import { Manifest } from '../cache'; export declare const getCommonsForCompiler: (compiler: webpack.Compiler) => { preserved: string[]; notPreserved: string[]; } | undefined; export declare class UseCommonsPlugin implements webpack.Plugin { private readonly commons; constructor(commons: Record<string, { manifest: Manifest; preserveRealm: boolean; }>); apply(compiler: webpack.Compiler): void; } //# sourceMappingURL=UseCommonsPlugin.d.ts.map