Failed to compile
./node_modules/cesium/Source/ThirdParty/zip.js 1750:59
Module parse failed: Unexpected token (1750:59)
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
|
| function getWorker(options = {}) {
> return new Worker(new URL(workerData.scripts[0], import.meta.url), options);
| }
|