Event emitted when a source fails to compile
sourceIndex: number
Index of the source in the configuration
totalSources: number
Total number of sources
error: Error
The error that occurred
Event emitted when a source fails to compile
sourceIndex: number
Index of the source in the configuration
totalSources: number
Total number of sources
error: Error
The error that occurred
import { type ISourceErrorEvent } from ".";