-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { defineConfig } from 'vite'; | ||
import cesium from 'vite-plugin-cesium'; | ||
export default defineConfig({ | ||
plugins: [cesium({ rebuildCesium: true })] | ||
plugins: [cesium()] | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3e39226
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
demo这个 link 是引用本地的,可以不改
3e39226
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我想保证这个 demo 文件夹单独下载可用, 因为记得在哪写过最简单的使用方法是下载压缩包,直接解压出 demo 运行。