Using class-transformer-validator results in google-libphonenumber being included in the webpack bundle (even though tree shaking is enabled and no phone number validators are being used).
This was fixed in class-validator itself, see:
I'm wondering if there is an "easy" fix for this package?