We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a53162 commit ee54558Copy full SHA for ee54558
1 file changed
vite.config.ts
@@ -68,7 +68,6 @@ export default defineConfig(({ mode }) => {
68
rolldownOptions: {
69
output: {
70
minify: true,
71
- // 使用更安全的文件命名,不暴露库名
72
chunkFileNames: 'static/js/[hash].js',
73
entryFileNames: 'static/js/[hash].js',
74
// 按文件类型进行拆分文件夹
@@ -96,10 +95,6 @@ export default defineConfig(({ mode }) => {
96
95
name: 'lib-chart',
97
test: /node_modules[\\/]echarts/,
98
},
99
- {
100
- name: 'lib-antd',
101
- test: /node_modules[\\/]antd/,
102
- },
103
{
104
name: 'lib-antd-icons',
105
test: /node_modules[\\/]@ant-design\/icons/,
0 commit comments