@eaglesong/task-panorama
Version:
Eaglesong task for Panorama
12 lines • 330 B
TypeScript
import webpack from 'webpack';
export interface Entry {
name: string;
source: string;
type: string | null;
}
export declare class PanoramaEntriesPlugin {
private readonly manifest;
constructor(manifest: string);
apply(compiler: webpack.Compiler): void;
}
//# sourceMappingURL=PanoramaEntriesPlugin.d.ts.map