From 1109b0c6af81ece34f04c0c6afb5a8775bc6868c Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Tue, 20 Jul 2021 13:20:34 +0800 Subject: [PATCH] fix(app): hbx path --- packages/uni-cli-shared/src/hbx/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uni-cli-shared/src/hbx/index.ts b/packages/uni-cli-shared/src/hbx/index.ts index b0dce3fe8..48d0819ad 100644 --- a/packages/uni-cli-shared/src/hbx/index.ts +++ b/packages/uni-cli-shared/src/hbx/index.ts @@ -4,7 +4,7 @@ import { once } from '@dcloudio/uni-shared' process.env.UNI_HBUILDERX_PLUGINS = process.env.UNI_HBUILDERX_PLUGINS || - path.resolve(__dirname, '../../../../../') + path.resolve(__dirname, '../../../../../../') export const isInHBuilderX = once(() => { const { UNI_HBUILDERX_PLUGINS } = process.env -- GitLab