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.

6 lines (5 loc) 210 B
export declare function translateURLToSourcemapPaths(url: string | null, swSrc: string, swDest: string): { destPath: string | undefined; srcPath: string | undefined; warning: string | undefined; };