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
when I use files in 'cesium/build/Cesuim' or 'cesium/build/CesuimUnminified' to work with webpack, it reports errors like module not find. But it worked with files in 'cesium/Source', so I just want to know why and how to correctly import cesium files in production mode.
The text was updated successfully, but these errors were encountered:
I'm not sure I totally understand your issue. If you didn't figure this out already can you provide some more context?
At first guess it seems like you're importing things wrong? You should be importing classes and functions from the packages you installed and not directly from the node_modules files.
when I use files in 'cesium/build/Cesuim' or 'cesium/build/CesuimUnminified' to work with webpack, it reports errors like module not find. But it worked with files in 'cesium/Source', so I just want to know why and how to correctly import cesium files in production mode.
The text was updated successfully, but these errors were encountered: