UNPKG

next

Version:

The React Framework

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