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

@@ -20,7 +20,7 @@ const buildCjsPackage = ({ env }) => {
globals: {},
},
],
external: ['lodash', 'react', '@grafana/ui', '@grafana/data', '@grafana/e2e-selectors'], // Use Lodash from grafana
external: ['lodash', 'react', '@grafana/ui', '@grafana/data', '@grafana/schema', '@grafana/e2e-selectors'], // Use Lodash from grafana
plugins: [
commonjs({
include: /node_modules/,