Skip to content

Commit 3e39226

Browse files
committed
πŸš€ RELEASE: v1.2.13
- support `build.outDir` #18 - fix buid error on windows when rebuildCesium:true #17 - add build test ci, cool! by @Lunagod - set chunkSizeWarningLimit to 5000 when rebuildCesium - clean code, add some commants. Thanks @Lunagod and @1sm23
1 parent b3c0b31 commit 3e39226

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ždemo/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"devDependencies": {
1111
"cesium": "^1.88.0",
1212
"vite": "^2.7.1",
13-
"vite-plugin-cesium": "link:.."
13+
"vite-plugin-cesium": "^1.2.13"
1414
}
1515
}

β€Ždemo/vite.config.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from 'vite';
22
import cesium from 'vite-plugin-cesium';
33
export default defineConfig({
4-
plugins: [cesium({ rebuildCesium: true })]
4+
plugins: [cesium()]
55
});

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-cesium",
3-
"version": "1.2.12",
3+
"version": "1.2.13",
44
"description": "Cesium library plugin for Vite",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
Β (0)