Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c309c6f323 | ||
![]() |
5b0b62f117 | ||
efe365c773 | |||
11f964186e | |||
c4e7eeabcb |
@@ -13,7 +13,7 @@
|
||||
```bash
|
||||
# 记得安装 cesium 依赖哦
|
||||
npm i vite-plugin-cesium-next -D
|
||||
# yarn add vite-plugin-cesium-text -D
|
||||
# yarn add vite-plugin-cesium-next -D
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vite-plugin-cesium-next",
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.4",
|
||||
"description": "Cesium library plugin for Vite",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
@@ -32,20 +32,20 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/coder-xiaomo/vite-plugin-cesium-next"
|
||||
"url": "git+https://github.com/coder-xiaomo/vite-plugin-cesium-next.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/coder-xiaomo/vite-plugin-cesium-next/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": "^11.3.0",
|
||||
"rollup-plugin-external-globals": "^0.6.1",
|
||||
"rollup-plugin-external-globals": "^0.13.0",
|
||||
"serve-static": "^1.16.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node22": "^22.0.2",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/node": "^22.15.31",
|
||||
"@types/node": "^22.15.32",
|
||||
"@types/serve-static": "^1.15.8",
|
||||
"prettier": "^3.5.3",
|
||||
"tsup": "^8.5.0",
|
||||
|
Reference in New Issue
Block a user