vite-pwa
Version:
This package helps you to cache your files with service worker.
13 lines (12 loc) • 392 B
TypeScript
import * as root from './root.js';
declare const _default: (conf: root.Config, eConf: root.ExtraConfig) => {
buildStart(): void;
transformIndexHtml(html: any): any;
generateBundle(config: any, bundle: any): void;
writeBundle(config: any, bundle: {
any;
}): void;
emitFile(_: any): void;
getFileName(_: any): string;
};
export default _default;