提交 bfe8b6c5 编写于 作者: fxy060608's avatar fxy060608

fix: isInHBuilderX

上级 50a75ea3
......@@ -2,11 +2,10 @@ import path from 'path'
import { once } from '@dcloudio/uni-shared'
export const isInHBuilderX = once(() => {
const { UNI_HBUILDERX_PLUGINS } = process.env
try {
const { name } = require(path.resolve(
UNI_HBUILDERX_PLUGINS,
'about/package.json'
process.cwd(),
'../about/package.json'
))
return name === 'about'
} catch (e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册