refactor(nodes): use-d3drag
This commit is contained in:
@@ -50,6 +50,7 @@ export const baseConfig = ({ outputOptions = {}, injectCSS = true } = {}) => {
|
||||
'classcat',
|
||||
'd3-selection',
|
||||
'd3-zoom',
|
||||
'd3-drag',
|
||||
'react-draggable',
|
||||
'zustand',
|
||||
'zustand/shallow',
|
||||
@@ -109,6 +110,7 @@ export default isProd && !isTesting
|
||||
classcat: 'cc',
|
||||
'd3-selection': 'd3',
|
||||
'd3-zoom': 'd3',
|
||||
'd3-drag': 'd3',
|
||||
'react-draggable': 'ReactDraggable',
|
||||
zustand: 'zustand',
|
||||
'zustand/shallow': 'zustandShallow',
|
||||
|
||||
Reference in New Issue
Block a user