mirror of https://gitee.com/antv-l7/antv-l7
fix(l7): modules import
This commit is contained in:
parent
ff79e31015
commit
55524014ed
|
@ -23,6 +23,12 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@l7/core": "0.0.1",
|
||||
"@l7/scene": "0.0.1",
|
||||
"@l7/layers": "0.0.1",
|
||||
"@l7/component": "0.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"mapbox-gl": "^1.5.0"
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
// export * from '@l7/core';
|
||||
// // @ts-ignore
|
||||
// export * from '@l7/scene';
|
||||
// // @ts-ignore
|
||||
// export * from '@l7/layers';
|
||||
// // @ts-ignore
|
||||
// export * from '@l7/component';
|
||||
// @ts-ignore
|
||||
export * from '@l7/core';
|
||||
// @ts-ignore
|
||||
export * from '@l7/scene';
|
||||
// @ts-ignore
|
||||
export * from '@l7/layers';
|
||||
// @ts-ignore
|
||||
export * from '@l7/component';
|
||||
|
|
Loading…
Reference in New Issue