UNPKG

vue-loader

Version:

> webpack loader for Vue Single-File Components

7 lines (6 loc) 149 B
import type { Compiler } from 'webpack'; declare class Plugin { static NS: string; apply(compiler: Compiler): void; } export default Plugin;