4 lines
254 B
Plaintext
4 lines
254 B
Plaintext
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;
|