This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
add dev mode
tags/3.2.0
Caven Chen
2 years ago
parent
8e12222a96
commit
92d3cfd557
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
1
2
gulpfile.js
+ 1
- 2
gulpfile.js
View File
@@ -161,8 +161,7 @@ async function buildModules(options) {
const exportNamespace = `
export const __namespace = {
Cesium: exports.Cesium,
Supercluster: exports.Supercluster,
CryptoJS: exports.CryptoJS
Supercluster: exports.Supercluster
}
`
Write
Preview
Loading…
Cancel
Save