Commit 86205d73 by Apple\Apple

🧶chore: remove redundant semantic-related dependencies and configurations

parent f2fb28cf
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
"remark-breaks": "^4.0.0", "remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"remark-math": "^6.0.0", "remark-math": "^6.0.0",
"semantic-ui-offline": "^2.5.0",
"semantic-ui-react": "^2.1.3",
"sse.js": "^2.6.0", "sse.js": "^2.6.0",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
"use-debounce": "^10.0.4" "use-debounce": "^10.0.4"
......
...@@ -41,7 +41,6 @@ export default defineConfig({ ...@@ -41,7 +41,6 @@ export default defineConfig({
manualChunks: { manualChunks: {
'react-core': ['react', 'react-dom', 'react-router-dom'], 'react-core': ['react', 'react-dom', 'react-router-dom'],
'semi-ui': ['@douyinfe/semi-icons', '@douyinfe/semi-ui'], 'semi-ui': ['@douyinfe/semi-icons', '@douyinfe/semi-ui'],
semantic: ['semantic-ui-offline', 'semantic-ui-react'],
visactor: ['@visactor/react-vchart', '@visactor/vchart'], visactor: ['@visactor/react-vchart', '@visactor/vchart'],
tools: ['axios', 'history', 'marked'], tools: ['axios', 'history', 'marked'],
'react-components': [ 'react-components': [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment