This website requires JavaScript.
Explore
Help
Sign In
p90524618
/
antv-l7
mirror of
https://gitee.com/antv-l7/antv-l7
Watch
1
Star
0
Fork
You've already forked antv-l7
0
Code
Issues
Projects
Releases
Wiki
Activity
4c94e87763
antv-l7
/
build
/
bundle.ts
8 lines
129 B
TypeScript
Raw
Normal View
History
Unescape
Escape
build(rollup): use rollup to pack CDN bundle
2019-11-14 20:52:43 +08:00
// @ts-ignore
export
*
from
'@l7/scene'
;
// @ts-ignore
export
*
from
'@l7/layers'
;
refactor(example): add lint
2019-11-20 17:26:24 +08:00
// @ts-ignore
export
*
from
'@l7/component'
;