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

Webpack Fix (start and build scripts) #32

Closed srothst1 closed 2 years ago

srothst1 commented 2 years ago

Earlier this morning I was running our cesium-webpack-example repository on my Windows build. I noticed that I was able to run npm install successfully, however, I received an error when running npm start.

This pull request addresses this error by updating the start and build scripts.