We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76ecef commit f5c67e7Copy full SHA for f5c67e7
build/build.js
@@ -1,4 +1,9 @@
1
var commonModules = deps.common;
2
+/**
3
+ * 自定义打包页面只需配置clientTabs即可
4
+ * key为显示在页面上Tab选项卡的名称
5
+ * value为deps文件中一级配置(客户端)的key
6
+ */
7
var clientsTabs = {
8
"OpenLayers": "openlayers",
9
"Leaflet": "leaflet",
0 commit comments