UNPKG

gatsby

Version:
5 lines (4 loc) 246 B
import { Span } from "opentracing"; import { build } from "../utils/webpack/bundle"; import type { IProgram } from "./types"; export declare const buildProductionBundle: (program: IProgram, parentSpan: Span) => Promise<ReturnType<typeof build>>;