Demo project demonstrating ts-loader
issues when mixing JavaScript and TypeScript code while attempting to use "all-in-one" JavaScript/TypeScript-typings packages, specifically rxjs@5
.
git clone https://github.com/mischkl/demo-rxjs-typescript-webpack-error.git
npm i
npm run ts
This should result in a bunch of errors.
npm run awesome
This should work fine.