ordinaryorange

Results 15 comments of ordinaryorange

Actually, take a raincheck on that. I've just spun up another test project to test karma (now there's a circular reference....) and I'm not getting the above scenario. I'll come...

Status update. I've a repo [here](https://github.com/ordinaryorange/aurelia-karma-test-bones) which sows the problem. My last comment was a false negative somehow.

Further testing provides evidence that this is indeed an issue with webpack-plugin. If I comment out `//entry:'test1.spec.ts',` and ``` // plugins:[ // //need {aureliaApp:undefined} as we have only a basic...

I'm by no means a Karma, nor a karma-webpack expert. I recall reading somewhere that the entry is passed into webpack somehow from Karma. I'll see if I can dig...

Here is what I have been able to decipher so far. I'm hoping your knowledge of [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) is better that mine. Looking at the source code for [karma-webpack](https://github.com/webpack-contrib/karma-webpack/blob/master/src/karma-webpack.js) if there...