kubernetes-app icon indicating copy to clipboard operation
kubernetes-app copied to clipboard

Use @grafana/toolkit to manage build

Open ryantxu opened this issue 6 years ago • 2 comments

this PR tries to use the new toolkit to build a robust existing app.

FYI -- this includes a LOT of changes, but most of that is deleting dist and autofixes. When toolkit can build this succesfully, I will drop this PR and make a few smaller ones

ryantxu avatar Jun 18 '19 19:06 ryantxu

@dprokop Any idea why it can't find 'app/plugins/sdk'?

image

ryantxu avatar Jun 27 '19 18:06 ryantxu

probably not found because of missing interface exports here:

https://github.com/grafana/grafana-sdk-mocks/tree/master/app/features/panel

torkelo avatar Jun 28 '19 14:06 torkelo