UNPKG

gatsby

Version:
6 lines (5 loc) 274 B
import webpack from "webpack"; import reporter from "gatsby-cli/lib/reporter"; type Reporter = typeof reporter; export declare function createGraphqlEngineBundle(rootDir: string, reporter: Reporter, isVerbose?: boolean): Promise<webpack.Compilation | undefined>; export {};