Problem with last version Cesium

Hi! I have a dynamic Web project in Eclipse. After updating Cesium to version 1.75, it gives an error
Error: importScripts failed for Workers / createVerticesFromHeightmap at http: // localhost: 8080 / diggar / scripts / Cesium / Build / Cesium / Workers / createVerticesFromHeightmap.js

If you switch to this, does the problem go away?

Failing to load web workers can happen for a number of reasons – your base path (CESIUM_BASE_URL) could be wrong, the server could be misconfigured, the script or data it depends on could be served with the wrong MIME type, all sorts of things. Can you get any more details about why it failed to load?