refactor(rollup): remove react-draggable

This commit is contained in:
moklick
2022-05-08 18:59:34 +02:00
parent 35d30f5b2e
commit df8bdb3339
-2
View File
@@ -26,7 +26,6 @@ const globals = {
classcat: 'cc',
'd3-selection': 'd3',
'd3-zoom': 'd3',
'react-draggable': 'ReactDraggable',
zustand: 'zustand',
'zustand/shallow': 'zustandShallow',
'zustand/context': 'zustandContext',
@@ -63,7 +62,6 @@ export const baseConfig = ({ outputOptions = {}, injectCSS = true } = {}) => {
'd3-selection',
'd3-zoom',
'd3-drag',
'react-draggable',
'zustand',
'zustand/shallow',
'zustand/context',