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

@@ -21,7 +21,11 @@ const buildCjsPackage = ({ env }) => {
globals: {},
},
],
external: ['lodash', 'rxjs'], // Use Lodash, rxjs from grafana
external: [
'lodash',
'rxjs',
'@grafana/schema', // Load from host
],
plugins: [
json({
include: ['../../node_modules/moment-timezone/data/packed/latest.json'],