chore (ui) : remove react-tippy and rc-tree from webpack config (#9631)

* chore (ui) : remove react-tippy from webpack config

* remove rc-tree from webpack
This commit is contained in:
Sachin Chaurasiya 2023-01-06 13:34:41 +05:30 committed by GitHub
parent e9ac8ecb85
commit aeb08a78b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -89,9 +89,7 @@ module.exports = {
path.resolve(__dirname, 'src'),
path.resolve(__dirname, 'node_modules/tailwindcss'),
path.resolve(__dirname, 'node_modules/reactflow'),
path.resolve(__dirname, 'node_modules/react-tippy'),
path.resolve(__dirname, 'node_modules/codemirror'),
path.resolve(__dirname, 'node_modules/rc-tree'),
path.resolve(__dirname, 'node_modules/react-toastify'),
path.resolve(__dirname, 'node_modules/quill-emoji'),
path.resolve(__dirname, 'node_modules/react-awesome-query-builder'),

View File

@ -90,9 +90,7 @@ module.exports = {
path.resolve(__dirname, 'src'),
path.resolve(__dirname, 'node_modules/tailwindcss'),
path.resolve(__dirname, 'node_modules/reactflow'),
path.resolve(__dirname, 'node_modules/react-tippy'),
path.resolve(__dirname, 'node_modules/codemirror'),
path.resolve(__dirname, 'node_modules/rc-tree'),
path.resolve(__dirname, 'node_modules/react-toastify'),
path.resolve(__dirname, 'node_modules/quill-emoji'),
path.resolve(__dirname, 'node_modules/react-awesome-query-builder'),