server-plugin.d.ts 99 B

123
  1. import { WebpackPlugin } from './types/plugin'
  2. declare const Plugin: WebpackPlugin
  3. export = Plugin