UNPKG
@adtkcn/hb-cli
Version:
latest (2.0.2)
2.0.2
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
用于uniapp的打包工具,可切换环境变量、可多配置,切换证书,更改版本,wifi调试
github.com/adtkcn/hb-cli
adtkcn/hb-cli
@adtkcn/hb-cli
/
index.cjs
14 lines
(13 loc)
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
var
{ deepAssign } =
require
(
"./utils/merge"
);
/** *
@typedef
{
import('./index')
}
AppConfig
*/
/** *
@param
{
AppConfig
}
info
*
@returns
{
AppConfig
} */
function
defineConfig
(
info
) {
return
info; }
exports
.
defineConfig
= defineConfig;
exports
.
deepAssign
= deepAssign;