UNPKG

@serwist/webpack-plugin

Version:

A plugin for your webpack build process, helping you generate a manifest of local files that should be precached.

8 lines 434 B
import type { ManifestEntry } from "@serwist/build"; import type { Compilation } from "webpack"; import type { InjectManifestOptionsComplete } from "./types.js"; export declare const getManifestEntriesFromCompilation: (compilation: Compilation, config: InjectManifestOptionsComplete) => Promise<{ size: number; sortedEntries: ManifestEntry[] | undefined; }>; //# sourceMappingURL=get-manifest-entries-from-compilation.d.ts.map