删除 node_modules
This commit is contained in:
8759
node_modules/vite-plugin-vue-devtools/dist/vite.cjs
generated
vendored
8759
node_modules/vite-plugin-vue-devtools/dist/vite.cjs
generated
vendored
File diff suppressed because it is too large
Load Diff
41
node_modules/vite-plugin-vue-devtools/dist/vite.d.cts
generated
vendored
41
node_modules/vite-plugin-vue-devtools/dist/vite.d.cts
generated
vendored
@@ -1,41 +0,0 @@
|
||||
import { PluginOption } from 'vite';
|
||||
import { VitePluginInspectorOptions } from 'vite-plugin-vue-inspector';
|
||||
|
||||
interface VitePluginVueDevToolsOptions {
|
||||
/**
|
||||
* append an import to the module id ending with `appendTo` instead of adding a script into body
|
||||
* useful for projects that do not use html file as an entry
|
||||
*
|
||||
* WARNING: only set this if you know exactly what it does.
|
||||
* @default ''
|
||||
*/
|
||||
appendTo?: string | RegExp;
|
||||
/**
|
||||
* Enable vue component inspector
|
||||
*
|
||||
* @default true
|
||||
*/
|
||||
componentInspector?: boolean | VitePluginInspectorOptions;
|
||||
/**
|
||||
* Target editor when open in editor (v7.2.0+)
|
||||
*
|
||||
* @default code (Visual Studio Code)
|
||||
*/
|
||||
launchEditor?: 'appcode' | 'atom' | 'atom-beta' | 'brackets' | 'clion' | 'code' | 'code-insiders' | 'codium' | 'emacs' | 'idea' | 'notepad++' | 'pycharm' | 'phpstorm' | 'rubymine' | 'sublime' | 'vim' | 'visualstudio' | 'webstorm' | 'rider' | string;
|
||||
/**
|
||||
* Customize openInEditor host
|
||||
* @default false
|
||||
* @deprecated This option is deprecated and removed in 7.1.0. The plugin now automatically detects the correct host.
|
||||
*/
|
||||
openInEditorHost?: string | false;
|
||||
/**
|
||||
* DevTools client host
|
||||
* useful for projects that use a reverse proxy
|
||||
* @default false
|
||||
* @deprecated This option is deprecated and removed in 7.1.0. The plugin now automatically detects the correct host.
|
||||
*/
|
||||
clientHost?: string | false;
|
||||
}
|
||||
declare function VitePluginVueDevTools(options?: VitePluginVueDevToolsOptions): PluginOption;
|
||||
|
||||
export { type VitePluginVueDevToolsOptions, VitePluginVueDevTools as default };
|
||||
41
node_modules/vite-plugin-vue-devtools/dist/vite.d.mts
generated
vendored
41
node_modules/vite-plugin-vue-devtools/dist/vite.d.mts
generated
vendored
@@ -1,41 +0,0 @@
|
||||
import { PluginOption } from 'vite';
|
||||
import { VitePluginInspectorOptions } from 'vite-plugin-vue-inspector';
|
||||
|
||||
interface VitePluginVueDevToolsOptions {
|
||||
/**
|
||||
* append an import to the module id ending with `appendTo` instead of adding a script into body
|
||||
* useful for projects that do not use html file as an entry
|
||||
*
|
||||
* WARNING: only set this if you know exactly what it does.
|
||||
* @default ''
|
||||
*/
|
||||
appendTo?: string | RegExp;
|
||||
/**
|
||||
* Enable vue component inspector
|
||||
*
|
||||
* @default true
|
||||
*/
|
||||
componentInspector?: boolean | VitePluginInspectorOptions;
|
||||
/**
|
||||
* Target editor when open in editor (v7.2.0+)
|
||||
*
|
||||
* @default code (Visual Studio Code)
|
||||
*/
|
||||
launchEditor?: 'appcode' | 'atom' | 'atom-beta' | 'brackets' | 'clion' | 'code' | 'code-insiders' | 'codium' | 'emacs' | 'idea' | 'notepad++' | 'pycharm' | 'phpstorm' | 'rubymine' | 'sublime' | 'vim' | 'visualstudio' | 'webstorm' | 'rider' | string;
|
||||
/**
|
||||
* Customize openInEditor host
|
||||
* @default false
|
||||
* @deprecated This option is deprecated and removed in 7.1.0. The plugin now automatically detects the correct host.
|
||||
*/
|
||||
openInEditorHost?: string | false;
|
||||
/**
|
||||
* DevTools client host
|
||||
* useful for projects that use a reverse proxy
|
||||
* @default false
|
||||
* @deprecated This option is deprecated and removed in 7.1.0. The plugin now automatically detects the correct host.
|
||||
*/
|
||||
clientHost?: string | false;
|
||||
}
|
||||
declare function VitePluginVueDevTools(options?: VitePluginVueDevToolsOptions): PluginOption;
|
||||
|
||||
export { type VitePluginVueDevToolsOptions, VitePluginVueDevTools as default };
|
||||
41
node_modules/vite-plugin-vue-devtools/dist/vite.d.ts
generated
vendored
41
node_modules/vite-plugin-vue-devtools/dist/vite.d.ts
generated
vendored
@@ -1,41 +0,0 @@
|
||||
import { PluginOption } from 'vite';
|
||||
import { VitePluginInspectorOptions } from 'vite-plugin-vue-inspector';
|
||||
|
||||
interface VitePluginVueDevToolsOptions {
|
||||
/**
|
||||
* append an import to the module id ending with `appendTo` instead of adding a script into body
|
||||
* useful for projects that do not use html file as an entry
|
||||
*
|
||||
* WARNING: only set this if you know exactly what it does.
|
||||
* @default ''
|
||||
*/
|
||||
appendTo?: string | RegExp;
|
||||
/**
|
||||
* Enable vue component inspector
|
||||
*
|
||||
* @default true
|
||||
*/
|
||||
componentInspector?: boolean | VitePluginInspectorOptions;
|
||||
/**
|
||||
* Target editor when open in editor (v7.2.0+)
|
||||
*
|
||||
* @default code (Visual Studio Code)
|
||||
*/
|
||||
launchEditor?: 'appcode' | 'atom' | 'atom-beta' | 'brackets' | 'clion' | 'code' | 'code-insiders' | 'codium' | 'emacs' | 'idea' | 'notepad++' | 'pycharm' | 'phpstorm' | 'rubymine' | 'sublime' | 'vim' | 'visualstudio' | 'webstorm' | 'rider' | string;
|
||||
/**
|
||||
* Customize openInEditor host
|
||||
* @default false
|
||||
* @deprecated This option is deprecated and removed in 7.1.0. The plugin now automatically detects the correct host.
|
||||
*/
|
||||
openInEditorHost?: string | false;
|
||||
/**
|
||||
* DevTools client host
|
||||
* useful for projects that use a reverse proxy
|
||||
* @default false
|
||||
* @deprecated This option is deprecated and removed in 7.1.0. The plugin now automatically detects the correct host.
|
||||
*/
|
||||
clientHost?: string | false;
|
||||
}
|
||||
declare function VitePluginVueDevTools(options?: VitePluginVueDevToolsOptions): PluginOption;
|
||||
|
||||
export { type VitePluginVueDevToolsOptions, VitePluginVueDevTools as default };
|
||||
8741
node_modules/vite-plugin-vue-devtools/dist/vite.mjs
generated
vendored
8741
node_modules/vite-plugin-vue-devtools/dist/vite.mjs
generated
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user