UNPKG

next

Version:

The React Framework

4 lines (3 loc) 287 B
import type { webpack } from 'next/dist/compiled/webpack/webpack'; import type { SimpleWebpackError } from './simpleWebpackError'; export declare function getModuleBuildError(compiler: webpack.Compiler, compilation: webpack.Compilation, input: any): Promise<SimpleWebpackError | false>;