From c91a2c6e7a2785489f0f8a8e8b43e3188a9518af Mon Sep 17 00:00:00 2001 From: Nshen Date: Mon, 8 Mar 2021 16:54:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20DOC:=20update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",