Schema: create a new schema package for basic models (#38409)

This commit is contained in:
Ryan McKinley
2021-08-23 13:03:41 -07:00
committed by GitHub
parent 8d126de305
commit 425ec7ca9e
74 changed files with 458 additions and 130 deletions

View File

@@ -30,6 +30,7 @@ const buildCjsPackage = ({ env }) => {
'react-dom',
'@grafana/aws-sdk',
'@grafana/data',
'@grafana/schema',
'@grafana/e2e-selectors',
'moment',
'jquery', // required to use jquery.plot, which is assigned externally