mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-09 14:40:27 +08:00
docs:更新文档
This commit is contained in:
10
node_modules/vite/dist/node/build/buildPluginHtml.d.ts
generated
vendored
Normal file
10
node_modules/vite/dist/node/build/buildPluginHtml.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Plugin, OutputChunk, RollupOutput } from 'rollup';
|
||||
import { InternalResolver } from '../resolver';
|
||||
import { UserConfig } from '../config';
|
||||
export declare const createBuildHtmlPlugin: (root: string, indexPath: string, publicBasePath: string, assetsDir: string, inlineLimit: number, resolver: InternalResolver, shouldPreload: ((chunk: OutputChunk) => boolean) | null, config: UserConfig) => Promise<{
|
||||
renderIndex: () => string;
|
||||
htmlPlugin: null;
|
||||
} | {
|
||||
renderIndex: (bundleOutput: RollupOutput['output']) => Promise<string>;
|
||||
htmlPlugin: Plugin;
|
||||
}>;
|
||||
Reference in New Issue
Block a user