/** * This is the default function for swallowing errors (you can override it on * `build`); it outputs the full error through `debug` if enabled, otherwise it * `console.warn`'s an abbreviated error message. * * Only used when `SwallowErrorsPlugin` is used. */ export default function swallowError(e: Error): void; //# sourceMappingURL=swallowError.d.ts.map