UNPKG

@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) 589 B
export { b as basePartial, g as globPartial, m as manifestEntry, a as manifestTransform, c as manifestTransformResult, o as optionalGlobDirectoryPartial, r as requiredGlobDirectoryPartial } from './chunks/glob.js'; export { getManifestOptions } from './chunks/getManifest.js'; export { i as injectManifestOptions, b as injectPartial, o as optionalSwDestPartial, r as requiredSwDestPartial } from './chunks/injectManifest.js'; export { S as SerwistConfigError, v as validationErrorMap } from './chunks/validationErrorMap.js'; import 'zod'; function assertType() {} export { assertType };