Anonymous - 2024-12-06

Originally posted by: tobyweb3x

from the typescript docs...

export declare function generateSW(config: GenerateSWOptions): Promise<BuildResult>;

export interface GetManifestResult {
    count: number;
    manifestEntries: Array<ManifestEntry>;
    size: number;
    warnings: Array<string>;
}
export type BuildResult = Omit<GetManifestResult, 'manifestEntries'> & {
    filePaths: Array<string>;
};

so, i guess you're good, man. hey, please take a look at my questions on the stackoverflow... i've been crying to everyone i think knows workbox to help me, no answers. My job greatly depends on this (cos i was the idiot who pitched, i can use workbox to achieve this).

https://stackoverflow.com/questions/79240111/the-browser-says-the-sw-is-activated-and-running-but-it-never-answers-to-any-r

https://stackoverflow.com/questions/79248372/error-generatesw-must-have-required-property-swdest-but-property-is-presen