mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 07:09:30 +08:00
10 lines
406 B
Text
10 lines
406 B
Text
import { copyWorkboxLibraries } from './lib/copy-workbox-libraries';
|
|
import { getModuleURL } from './lib/cdn-utils';
|
|
import { generateSW } from './generate-sw';
|
|
import { getManifest } from './get-manifest';
|
|
import { injectManifest } from './inject-manifest';
|
|
/**
|
|
* @module workbox-build
|
|
*/
|
|
export { copyWorkboxLibraries, generateSW, getManifest, getModuleURL, injectManifest, };
|
|
export * from './types';
|