refactor(rollup): remove react-draggable
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user