Which is the same error i get if i completely remove bundles from the systemjs config when using karma-systemjs 0.12.0.
I've gone backwards through the karma-systemjs versions to see at which point this issue was introduced and have found that 0.15.0 works as expected. So it looks like this issue was introduced in 0.16.0.
I've also tried adding useBundles: 'true' to my config (although i may have misunderstood its usage), but this didn't fix the issue.
I have
bundles
specified in my systemjs config and they work as expected usingkarma-systemjs
0.12.0But I've just upgraded to version 0.16.0 and they no longer resolve correctly. Instead i get the following error:
Which is the same error i get if i completely remove
bundles
from the systemjs config when usingkarma-systemjs
0.12.0.I've gone backwards through the
karma-systemjs
versions to see at which point this issue was introduced and have found that0.15.0
works as expected. So it looks like this issue was introduced in0.16.0
.I've also tried adding
useBundles: 'true'
to my config (although i may have misunderstood its usage), but this didn't fix the issue.