mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: fix build, make prettier happy (#23414)
This commit is contained in:
parent
da9402b434
commit
938c61865d
@ -58,7 +58,13 @@ const buildCjsPackage = ({ env }) => {
|
||||
],
|
||||
'node_modules/immutable/dist/immutable.js': ['Record', 'Set', 'Map', 'List', 'OrderedSet', 'is', 'Stack'],
|
||||
'../../node_modules/esrever/esrever.js': ['reverse'],
|
||||
'../../node_modules/react-table/index.js': ['useTable', 'useSortBy', 'useBlockLayout', 'Cell', 'useResizeColumns'],
|
||||
'../../node_modules/react-table/index.js': [
|
||||
'useTable',
|
||||
'useSortBy',
|
||||
'useBlockLayout',
|
||||
'Cell',
|
||||
'useResizeColumns',
|
||||
],
|
||||
'../../node_modules/react-is/index.js': ['isValidElementType', 'isContextConsumer'],
|
||||
},
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user