1 2 3 4 5 6 7
import { Plugin } from 'webpack' declare namespace VueLoader { class VueLoaderPlugin extends Plugin {} } export = VueLoader