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