mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Schema: create a new schema package for basic models (#38409)
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user