1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

🚀 v1.2.6

- fixed path error when set base in vite config
- fixed rebuildCesium option
- bump cesium to 1.85.0
- bump vite to 2.5.6
This commit is contained in:
nshen
2021-09-11 13:43:58 +08:00
parent 4e474e79d1
commit a69167c0b7
7 changed files with 60 additions and 39 deletions

View File

@@ -6,6 +6,6 @@
"compilerOptions": {
"outDir": "dist",
"declaration": true,
"removeComments": true
"removeComments": false,
},
}