vue2/packages/server-renderer/client-plugin.d.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
99 B
TypeScript
Raw Permalink Normal View History

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