UNPKG
builder-we-app-canary
Version:
latest (0.0.1)
0.0.1
The KOS Builder Module for Choice MicroApp, use latest dependencies
builder-we-app-canary
/
webpack
/
util
/
appType.js
6 lines
(4 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
const
get =
require
(
'lodash/get'
);
const
{
SAAS_CONFIG
} =
require
(
'./const'
);
const
appType =
get
(
SAAS_CONFIG
,
'appType'
,
''
);
exports
.
isWeAppHost
= appType ===
'weAppHost'
;