Hi I’m trying to setup my workspace with nx, nestjs, typescript and webpack
When importing services like the following
import { services } from '@tomtom-international/web-sdk-services';
I’m getting the following error:
\node_modules\@tomtom-international\web-sdk-services\dist\webpack:\webpack\universalModuleDefinition:10
})(self, function() {
^
ReferenceError: self is not defined
at Object.<anonymous> (...\node_modules\@tomtom-international\web-sdk-services\dist\webpack:\webpack\universalModuleDefinition:10:4)
could you please advice