Skip to content

Commit 400f89f

Browse files
committed
[update]构建优化-最后一级index.js无export * review by songym
1 parent 80c1878 commit 400f89f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mapboxgl/overlay/mapv/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
44
export {MapvDataSet} from './MapvDataSet'
55
export {MapvRenderer} from './MapvRenderer'
6-
export * from './MapExtend'
6+
export { getDefaultVectorTileStyle, setBackground, setPaintProperty } from './MapExtend'

0 commit comments

Comments
 (0)