Derek Henscheid
Derek Henscheid
Any word on this? I was hoping to use this library in a project, but I can only include new dependencies that are retrievable via npm
Agreed. Just getting started with ES and the JDBC river and have run into this. Could really help clean up the data document being kept in ES. I haven't looked...
I am unable to get the `build:void` script to run in your example repository without modifying the package.json (it references `src/void.ts` but the only similarly named file I can see...
after simplifying the `ts` file so that typescript stopped complaining on build, I found this issue https://github.com/TypeStrong/ts-loader/issues/711 . Turns out that using the `happyPackMode` (used when building for production and...
yes, `ts-loader` related issue. I'm wondering if we need to change the `build` task for projects with the typescript plugin to change the related options so that we still see...