UNPKG

next

Version:

The React Framework

4 lines (3 loc) 310 B
import type { webpack } from 'next/dist/compiled/webpack/webpack'; import { SimpleWebpackError } from './simpleWebpackError'; export declare function getDynamicCodeEvaluationError(message: string, module: webpack.NormalModule, compilation: webpack.Compilation, compiler: webpack.Compiler): SimpleWebpackError;