UNPKG

workbox-build

Version:

A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.

5 lines (4 loc) 164 B
import { ManifestTransform } from '../types'; export declare function modifyURLPrefixTransform(modifyURLPrefix: { [key: string]: string; }): ManifestTransform;