refactor(rollup): remove react-draggable
This commit is contained in:
@@ -26,7 +26,6 @@ const globals = {
|
|||||||
classcat: 'cc',
|
classcat: 'cc',
|
||||||
'd3-selection': 'd3',
|
'd3-selection': 'd3',
|
||||||
'd3-zoom': 'd3',
|
'd3-zoom': 'd3',
|
||||||
'react-draggable': 'ReactDraggable',
|
|
||||||
zustand: 'zustand',
|
zustand: 'zustand',
|
||||||
'zustand/shallow': 'zustandShallow',
|
'zustand/shallow': 'zustandShallow',
|
||||||
'zustand/context': 'zustandContext',
|
'zustand/context': 'zustandContext',
|
||||||
@@ -63,7 +62,6 @@ export const baseConfig = ({ outputOptions = {}, injectCSS = true } = {}) => {
|
|||||||
'd3-selection',
|
'd3-selection',
|
||||||
'd3-zoom',
|
'd3-zoom',
|
||||||
'd3-drag',
|
'd3-drag',
|
||||||
'react-draggable',
|
|
||||||
'zustand',
|
'zustand',
|
||||||
'zustand/shallow',
|
'zustand/shallow',
|
||||||
'zustand/context',
|
'zustand/context',
|
||||||
|
|||||||
Reference in New Issue
Block a user