Function: parseCompileError()
parseCompileError(
error
):CompileError
|null
Defined in: compileErrorParser.ts:37
Tries to parse error location from an error. Which can be either webpack stats error or simple Error object.
Parameters
error
webpack stats object or error instance.
StatsError
| Error
Returns
CompileError
| null
Parsed compile error.