v1.0 with SW PWA enabled
This commit is contained in:
9
frontend/node_modules/workbox-build/build/lib/bundle.d.ts
generated
vendored
Normal file
9
frontend/node_modules/workbox-build/build/lib/bundle.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
import { GeneratePartial, RequiredSWDestPartial } from '../types';
|
||||
interface NameAndContents {
|
||||
contents: string | Uint8Array;
|
||||
name: string;
|
||||
}
|
||||
export declare function bundle({ babelPresetEnvTargets, inlineWorkboxRuntime, mode, sourcemap, swDest, unbundledCode, }: Omit<GeneratePartial, 'runtimeCaching'> & RequiredSWDestPartial & {
|
||||
unbundledCode: string;
|
||||
}): Promise<Array<NameAndContents>>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user