UNPKG

@idealworld/plugin-gulp

Version:
9 lines 454 B
/** * Dew构建核心方法. * * @param relativeBasePath 要构建到后台的执行目录的相对路径 * @param isProd 是否是生产环境 * @param toDist 是否生成文件,不为空时会将编译的文件发送到后台,为空时仅测用将编译的文件写入到指定的目录 */ export declare function dewBuild(relativeBasePath: string, isProd: Boolean, toDist?: string): Promise<void>; //# sourceMappingURL=index.d.ts.map