Some of my path aliases are an array of sources, which is supported by typescript and webpack but unfortunately not by this package. Only the first source is used and the rest are ignored which breaks my build.
It would be great if this package supported an array of sources. It seems like this should be an easy fix since I was able to get it working by making a couple of changes:
Some of my path aliases are an array of sources, which is supported by typescript and webpack but unfortunately not by this package. Only the first source is used and the rest are ignored which breaks my build.
It would be great if this package supported an array of sources. It seems like this should be an easy fix since I was able to get it working by making a couple of changes: