Curious if anyone building with the typescript client notice a webpack warning I get:
WARNING in ../node_modules/@servicestack/client/src/index.js
(Emitted value instead of an instance of Error) Cannot find source file 'index.ts': Error: Can't resolve './index.ts' in 'src\Web\node_modules\@servicestack\client\src'
I have no idea why its trying to find index.ts
Its just a warning but it bothers my build process a little bit to have a warning - I have to keep marking it ignored.