diff --git a/README.md b/README.md index ab6ef64..2c80d14 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ export default defineConfig({ - **Type :** `boolean` - **Default :** `false` -Default copy min cesium file to dist. if `true` will rebuild cesium. +Default copy min cesium file to dist. if `true` will rebuild cesium from source. ```js import { defineConfig } from 'vite'; import cesium from 'vite-plugin-cesium'; export default defineConfig({ plugins: [cesium({ - rebuildCesium: false + rebuildCesium: true })], }); ``` diff --git a/package.json b/package.json index 6def53d..b8aee37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-cesium", - "version": "1.1.0", + "version": "1.1.1", "description": "Cesium library plugin for Vite", "main": "dist/index.js", "types": "dist/index.d.ts",