mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 03:32:20 +08:00
Build: fixing failing build by adding missing dependency to rollup config. (#27358)
This commit is contained in:
@ -79,6 +79,7 @@ const buildCjsPackage = ({ env }) => {
|
||||
'Cell',
|
||||
'useResizeColumns',
|
||||
'useAbsoluteLayout',
|
||||
'useFilters',
|
||||
],
|
||||
'../../node_modules/react-is/index.js': ['isValidElementType', 'isContextConsumer'],
|
||||
},
|
||||
|
Reference in New Issue
Block a user