DecodedSourceMapOrMissing: {
    missing: true;
    plugin: string;
} | ExistingDecodedSourceMap & {
    missing?: false;
}

Type declaration

  • missing: true
  • plugin: string