You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
584 B
8 lines
584 B
import type { Plugin, ResolveFn } from 'vite';
|
|
import type { CssUrlReplacer } from './plugins/vitejs/plugins/css';
|
|
export declare function createEncryptCssUrlReplacer(resolve: ResolveFn): CssUrlReplacer;
|
|
export declare function uniEncryptUniModulesAssetsPlugin(): Plugin;
|
|
export declare function uniEncryptUniModulesPlugin(): Plugin;
|
|
export declare function addUniModulesExtApiComponents(relativeFilename: string, components: string[]): void;
|
|
export declare function compileCloudUniModuleWithTsc(platform: 'app-android' | 'app-ios' | 'app-harmony', pluginDir: string): Promise<void>;
|