Closed jfayot closed 7 months ago
I haven't heard of @cesium/engine
before, so it might take some time. It would be helpful if you could provide some documents that describe the differences between @cesium/engine
and cesium
, or a sample repository that uses @cesium/engine
.
Hi again, have a look here for a sample repo Thanks for your support !
See line2. Use it just like examples in README
.
import { defineConfig } from 'vite'
- import cesium from 'vite-plugin-cesium-build'
+ import cesium from 'vite-plugin-cesium-build/engine'
export default defineConfig({
plugins: [
//...
cesium()
]
})
Hi s3xysteak ! Thanks for the plugin. That works well !
I was wondering if this would be a lot of work to get it compatible also with the @cesium/engine only ?
What do you think ?