Skip to content

Commit 1e13464

Browse files
committed
【update/vt】 fix vt,dist 目录增加 ol 文件夹,更新范例
1 parent 6ec62cf commit 1e13464

File tree

166 files changed

+210313
-273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+210313
-273
lines changed

build/webpack.config.openlayers.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ var libName = 'openlayers';
44
//产品包名
55
var productName = 'iclient-openlayers';
66

7+
var argv = JSON.parse(process.env['npm_config_argv']);
8+
var origin = argv.original;
9+
if (origin && origin.includes('deploy-ol')) {
10+
libName = 'ol';
11+
productName = 'iclient-ol';
12+
}
713
var externals = [
814
Object.assign({}, configBase.externals, {
915
'@turf/turf': 'function(){try{return turf}catch(e){return {}}}()',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy