Gabby Getz
Gabby Getz
Thanks @nshen! I can confirm these changes are working. Does this resolve https://github.com/nshen/vite-plugin-cesium/issues/34?
Thanks for the report @maxizrinUX. I can't seem to reproduce this on Chrome or Firefox. We do use some standard web APIs to implement `writeTextToCanvas`. Any chance this an underlying...
For context, looks like the function was rewritten in https://github.com/CesiumGS/cesium/pull/9765. (While it was "inspired by" the original third party implementation, it is not a direct in-lining. Though I would think...
Hi @meschg, we did recently update our internal build process. However now we are using esbuild, which I believe is what vite uses under the hood, so it still should...
Hi @nshen! Thank you for creating these two projects. We're happy to help answer any questions, and to review any PRs if needed. However, I don't think we have the...
@nshen After the fixes from https://github.com/CesiumGS/cesium/issues/10568, have you had any luck with `vite-plugin-cesium`?
@nshen I'm actually having trouble reproducing the error with 1.96 myself. 1. Clone `vite-plugin-cesium` 2. Edit `package.json` to use `[email protected]` 3. `yarn install` 4. `cd demo` 5. Edit `package.json` to...
Thanks @nshen. Based on [the vite docs for `optimizeDeps.exclude`](https://vitejs.dev/config/dep-optimization-options.html#optimizedeps-exclude), I was able to get everything working with the following tweak in `src/index.ts`: ```diff userConfig.optimizeDeps = { - exclude: ['cesium'] +...
@nshen I'm glad this is at least working for the time being! > when cesium is being bundled, it makes chrome's breakpoint jumping inside cesium very slow. because the bundled...
We can continue the discussion here, but I'm going to close the issue since no additional changes are needed in CesiumJS itself. Thanks!