Type Alias DOMFilePluginOptions

DOMFilePluginOptions: {
    errorPath?: string;
    logPath?: string;
    maxLogSize?: number;
}

Type declaration

  • OptionalerrorPath?: string
  • OptionallogPath?: string
  • OptionalmaxLogSize?: number
    1000