@serwist/build
Version:
A module that integrates into your build process, helping you generate a manifest of local files that should be precached.
10 lines (7 loc) • 601 B
JavaScript
export { a as asyncFn, b as basePartial, f as fn, g as globPartial, m as manifestEntry, c as manifestTransform, d as manifestTransformResult, o as optionalGlobDirectoryPartial, r as requiredGlobDirectoryPartial } from './chunks/glob.js';
export { getManifestOptions } from './chunks/get-manifest.js';
export { i as injectManifestOptions, b as injectPartial, o as optionalSwDestPartial, r as requiredSwDestPartial } from './chunks/inject-manifest.js';
export { S as SerwistConfigError, v as validationErrorMap } from './chunks/error.js';
import 'zod';
function assertType() {}
export { assertType };