Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WebpackScpPlugin

Hierarchy

  • WebpackScpPlugin

Index

Constructors

constructor

Properties

Private connect

connect: Config

Private destPath

destPath: string

Private srcPath

srcPath: string

Private sshConnection

sshConnection: NodeSSH | null

Methods

apply

  • apply(compiler: any): void
  • Parameters

    • compiler: any

    Returns void

Private closeConnection

  • closeConnection(): void
  • Returns void

Private getConnection

  • getConnection(): Promise<NodeSSH>
  • Returns Promise<NodeSSH>

Private uploadSourceMap

  • uploadSourceMap(fromPath?: string): Promise<void>
  • Parameters

    • Optional fromPath: string

    Returns Promise<void>

Private validateOptions

  • validateOptions(): void
  • Returns void

Generated using TypeDoc