UNPKG

next

Version:

The React Framework

4 lines (3 loc) 254 B
import type { webpack } from 'next/dist/compiled/webpack/webpack'; import { SimpleWebpackError } from './simpleWebpackError'; export declare function getNextAppLoaderError(err: Error, module: any, compiler: webpack.Compiler): SimpleWebpackError | false;