CesiumGS / cesium-webpack-example

The minimal recommended setup for an application using Cesium with Webpack.
Apache License 2.0
243 stars 160 forks source link

Updates from latest CesiumJS release #35

Closed ggetz closed 1 year ago

ggetz commented 1 year ago

This updates our example code to reflect the best practices as of the latest Cesium release, 1.97. Notably, this includes support for tree shaking and support for importing CSS files without additional configuration.

I also updated the CI node versions to match the minimum recommendations from CesiumJS.