mod: remove

This commit is contained in:
张传龙 2022-10-31 15:23:40 +08:00
parent 911fc74305
commit c3192423c6

View File

@ -19,8 +19,6 @@ export function getSrcPath(srcName = 'src') {
return path.resolve(getRootPath(), srcName)
}
const httpsReg = /^https:\/\//
export function convertEnv(envOptions) {
const result = {}
if (!envOptions) return result