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.
WARNING in ../node_modules/@servicestack/client/src/index.js
(Emitted value instead of an instance of Error) Cannot find SourceMap 'index.js.map': Error: Can't resolve './index.js.map' in 'src\Web\node_modules\@servicestack\client\src'
I think because index.js contains a source map list at the bottom: //# sourceMappingURL=index.js.map