/** * dir 项目根目录地址 * * publicPath 项目导出目录,相对地址 * * exportConfig 项目map资源存放目录,相对地址 * */ export default function handleSource(dir: any, publicPath: any, exportConfig: any): Promise;