Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_ai
/
node_modules
/
vue-loader
/
lib
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_ai/node_modules/vue-loader/lib/index.d.ts
import { Plugin } from 'webpack' import { VueTemplateCompiler } from '@vue/component-compiler-utils/dist/types' import { CompilerOptions } from 'vue-template-compiler' declare namespace VueLoader { class VueLoaderPlugin extends Plugin {} interface VueLoaderOptions { transformAssetUrls?: { [tag: string]: string | Array<string> } compiler?: VueTemplateCompiler compilerOptions?: CompilerOptions transpileOptions?: Object optimizeSSR?: boolean hotReload?: boolean productionMode?: boolean shadowMode?: boolean cacheDirectory?: string cacheIdentifier?: string prettify?: boolean exposeFilename?: boolean } } export = VueLoader