Hierarchy

  • Error
    • WebpackError

Constructors

  • Creates an instance of WebpackError.

    Parameters

    • Optional message: string

    Returns WebpackError

Properties

cause?: unknown
chunk: Chunk
details: any
file: string
hideStack: boolean
message: string
module: Module
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      Parameters

      Returns any

stackTraceLimit: number

Methods

  • Parameters

    Returns void

  • Parameters

    Returns void

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc