You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I just installed resium in my Vite project following the guid on the webpage. But since I'm using pnpm workspaces node modules gets hoisted to the monorepo root. I can circumvent this in build through setting cesiumBuildPath in vite-plugin-cesium to ../../node_modules/cesium/Build/Cesium/. But this does not work durring develop.
Any thoughts? Cheers.
The text was updated successfully, but these errors were encountered:
Hi everyon 👋🏼
So I just installed resium in my Vite project following the guid on the webpage. But since I'm using
pnpm
workspaces node modules gets hoisted to the monorepo root. I can circumvent this in build through settingcesiumBuildPath
invite-plugin-cesium
to../../node_modules/cesium/Build/Cesium/
. But this does not work durring develop.Any thoughts? Cheers.
The text was updated successfully, but these errors were encountered: