Closed asomethings closed 3 years ago
Tested on a pure NestJS typescript-starter and it works fine. This must be caused by your webpack configuration.
Please, use our Discord channel (support) for such questions. We are using GitHub to track bugs, feature requests, and potential improvements.
I'm submitting a...
Current behavior
It respects parent's class but it does not respect parent class's parent class when it's packed to webpack
Expected behavior
It should respect every parent class
Minimal reproduction of the problem with instructions
https://github.com/asomethings/mapped-types-webpack-bug
What is the motivation / use case for changing the behavior?
Well, I have a lot of multiple base classes and use them extending a lot. So I hope the bug gets fixed.
Environment