UNPKG

@serwist/build

Version:

A module that integrates into your build process, helping you generate a manifest of local files that should be precached.

5 lines 229 B
import type { ManifestTransform } from "../types.js"; export declare function modifyURLPrefixTransform(modifyURLPrefix: { [key: string]: string; }): ManifestTransform; //# sourceMappingURL=modify-url-prefix-transform.d.ts.map