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 inpm run tsThis should result in a bunch of errors.
npm run awesomeThis should work fine.