UNPKG

@roots/bud-build

Version:

bud.js core module

4 lines (3 loc) 182 B
export const target = async ({ context, hooks, root }) => hooks.filter(`build.target`, context.manifest?.browserslist ? `browserslist:${root.path(`package.json`)}` : `web`);