If I use the cli (v1.3.1) to set up a TypeScript app, and then drop some .js files in the src directory (old code from another project) the production build fails when it hits the .js files. If I convert them to .ts, everything goes well.
Is it possible to change the default webpack configuration generated by the cli to include .js files so they also get bundled along with the typescript? If so, what do I need to do to make that happen?