UNPKG

next

Version:

The React Framework

7 lines (6 loc) 269 B
import { webpack } from 'next/dist/compiled/webpack/webpack'; export declare type CompilerResult = { errors: string[]; warnings: string[]; }; export declare function runCompiler(config: webpack.Configuration | webpack.Configuration[]): Promise<CompilerResult>;