Packages: Fixing rollup issue (#23063)

Co-authored-by: CirceCI <circleci@grafana.com>
This commit is contained in:
Torkel Ödegaard 2020-03-25 14:23:23 +01:00 committed by GitHub
parent 69c5efcf00
commit 4b6fe5bcc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ const buildCjsPackage = ({ env }) => {
],
'node_modules/immutable/dist/immutable.js': ['Record', 'Set', 'Map', 'List', 'OrderedSet', 'is', 'Stack'],
'../../node_modules/esrever/esrever.js': ['reverse'],
'../../node_modules/bizcharts/es6/index.js': ['Chart', 'Geom', 'View', 'Tooltip', 'Legend', 'Guide'],
'../../node_modules/react-table/index.js': ['useTable', 'useSortBy', 'useBlockLayout', 'Cell'],
},
}),
resolve(),