Results 8 comments of Valery

I think it should be possible to use wildcards in SystemJS config. like ```'rxjs/*': `${this.APP_BASE}rxjs/*`,```. Wonder, if something like this could be done for rollup.

Probably related https://github.com/zalmoxisus/redux-devtools-extension/issues/411

It seems, that my app rerenders `App` component frequently in current build. Which triggers load function from `YMaps` provider. `getPromise` function works correct and maps loads only one time. But...

Also, may be I misused `withYmaps` HOC. What exactly second argument `waitForApi` for? Is it possible to get unready `ymaps` if `waitForApi` leaved by default, which is `false`?

Found it. It was not GeoObject's but Polyline's fault. Which is extended from BaseGeoObject too. https://codesandbox.io/s/naughty-elion-m7nfh For now I'm fixed this with `{waypoints &&

``` karma 1.3.0 karma-chrome-launcher 2.0.0 Ubuntu 14.04.5 LTS Google Chrome Version 53.0.2785.116 (64-bit) ``` It prompts for a password to unlock keychain. But with Chromium (not Chrome) all ok. Also...

It isn't always the right way. May be `packageB` really can work with `packageA@^15.5.1` while recent `packageA` is `15.7.0` and developer don't want to enforce users to update. Or, it...

Seems that test fail isn't related to changes in this PR. Error appeared because of timeout in some test.