Type Alias: BundleError
- Type:
Error& {errors?:RolldownError[]; }
Defined in: utils/error.ts:47
The error type that is thrown by Rolldown for the whole build.
Type Declaration
errors?
- Type:
RolldownError[] - Optional
The individual errors that happened during the build.
This property is a getter to avoid unnecessary expansion of error details when the error is logged.