UNPKG

@roots/bud-build

Version:

bud.js core module

5 lines (3 loc) 170 B
import type {Factory} from '@roots/bud-build/config' export const cache: Factory<`cache`> = async ({cache, hooks}) => hooks.filter(`build.cache`, cache.configuration)