UNPKG
hel-tpl-remote-lib
Version:
latest (2.6.0)
2.6.0
2.5.0
2.4.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.0.2
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
基于[hel-micro](https://github.com/tnfe/hel)搭建的远程仓库模板库
hel-tpl-remote-lib
/
lib
/
configs
/
subApp.ts
8 lines
(5 loc)
•
268 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
// import { appGroupName } from '../../package.json'
// 如果从 package.json 直接导出 appGroupName
// rollup 打包需要配置 @rollup/plugin-json
// webpack 打包会把整个 package 对象打到运行代码里
export
const
LIB_NAME
=
'hel-tpl-remote-lib'
;