build-plugin-rax-app
Version:
The basic webpack configuration for rax project
24 lines (23 loc) • 872 B
TypeScript
export const MINIAPP: any;
export const WECHAT_MINIPROGRAM: any;
export const BYTEDANCE_MICROAPP: any;
export const BAIDU_SMARTPROGRAM: any;
export const KUAISHOU_MINIPROGRAM: any;
export const QUICKAPP: any;
export declare const WEB: string;
export declare const DOCUMENT: string;
export declare const SSR: string;
export declare const WEEX: string;
export declare const KRAKEN: string;
export declare const MINIAPP_PLATFORMS: any[];
export declare const GET_RAX_APP_WEBPACK_CONFIG: string;
export declare const DEV_URL_PREFIX: string;
export declare const STATIC_CONFIG: string;
export declare const TAB_BAR_PATH: string;
export declare const REACT_TRANSFORM_CONFIG: string;
export declare const MINIFY_TASKS: string;
export declare namespace DEPRECATED_CONFIG {
const esbuild: string;
const terserOptions: string;
}
export declare const HTTPS_URL_LIST: string;