@eaglesong/task-panorama
Version:
Eaglesong task for Panorama
15 lines • 514 B
TypeScript
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