first commit
This commit is contained in:
25
app_vue/node_modules/@vue/vue-loader-v15/lib/index.d.ts
generated
vendored
Normal file
25
app_vue/node_modules/@vue/vue-loader-v15/lib/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
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
|
||||
experimentalInlineMatchResource?: boolean
|
||||
}
|
||||
}
|
||||
|
||||
export = VueLoader
|
Reference in New Issue
Block a user