v1.0 with SW PWA enabled
This commit is contained in:
5
frontend/node_modules/workbox-build/build/lib/translate-url-to-sourcemap-paths.d.ts
generated
vendored
Normal file
5
frontend/node_modules/workbox-build/build/lib/translate-url-to-sourcemap-paths.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
export declare function translateURLToSourcemapPaths(url: string | null, swSrc: string, swDest: string): {
|
||||
destPath: string | undefined;
|
||||
srcPath: string | undefined;
|
||||
warning: string | undefined;
|
||||
};
|
||||
Reference in New Issue
Block a user