UNPKG

@serwist/webpack-plugin

Version:

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

3 lines 209 B
import type { Compilation } from "webpack"; export declare const getScriptFilesForChunks: (compilation: Compilation, chunkNames: string[]) => string[]; //# sourceMappingURL=get-script-files-for-chunks.d.ts.map