Hi,
when I try to use the new packages “@cesium/engine” and “@cesium/widgets” in my Angular / Webpack project, I get a number of compiler warnings and errors like:
Warning: /path/to/project/node_modules/@cesium/widgets/Source/VRButton/VRButtonViewModel.js depends on 'nosleep.js'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
and
./node_modules/@cesium/engine/Source/Core/Resource.js:1843:15-28 - Error: Module not found: Error: Can't resolve 'url' in '/path/to/project/node_modules/@cesium/engine/Source/Core'
What is missing or wrong here?