diff --git a/rollup.config.js b/rollup.config.js index 6c181d10..13a0cc82 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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',