grafana/packages/grafana-runtime
Dominik Prokop cf37b5439f
grafana/runtime: Expose SystemJS from @grafana/runtime (#17927)
In 4281344 the loadPluginCss util was migrated to @grafana/runtime package. This made SystemJS to fail loading the css files for a plugin. Root cause was that core and runtime used different SystemJS instances.

To solve the issue, I am exposing SystemJS from @grafana/runtime package to make sure we are always using the same instance. Also, the SystemJS dependency was moved to runtime.
2019-07-04 13:32:09 +02:00
..
src grafana/runtime: Expose SystemJS from @grafana/runtime (#17927) 2019-07-04 13:32:09 +02:00
index.js Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00
package.json grafana/runtime: Expose SystemJS from @grafana/runtime (#17927) 2019-07-04 13:32:09 +02:00
README.md Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00
rollup.config.ts Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00
tsconfig.build.json Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00
tsconfig.json Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00
tslint.json Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00

Grafana Runtime library

Interfaces that let you use the runtime...