Skip to content

useBundles setting ignored #91

Description

I was digging around trying to work around #90, so I tried to use the useBundles setting and noticed it seems to have no effect.

I put a breakpoint at

if (!karma.config.systemjs.useBundles) {

and saw that the useBundles property was not set.

It seems that only the properties set at

config.client.systemjs = {

are persisted.

So this if block checks for the existence of a property that will never exist, and therefore runs unconditionally - and throws an error in SystemJS 0.20.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions