Open
Description
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:
- Smaller bundle size typestack/class-validator#258
- fix: google-libphonenumber is huge typestack/class-validator#248
I'm wondering if there is an "easy" fix for this package?