From c3192423c6788e4b5f6aa627f196a49b4b6b7b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=A0=E9=BE=99?= Date: Mon, 31 Oct 2022 15:23:40 +0800 Subject: [PATCH] mod: remove --- build/utils.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/utils.js b/build/utils.js index 9b3f55d..fe43a2b 100644 --- a/build/utils.js +++ b/build/utils.js @@ -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