@@ -154,19 +154,19 @@ export default defineConfig({
154154 chunkFileNames : 'static/js/[name]-[hash].js' ,
155155 entryFileNames : 'static/js/[name]-[hash].js' ,
156156 assetFileNames : 'static/[ext]/[name]-[hash].[ext]' ,
157- manualChunks : {
158- vue : [ 'vue' , 'vue-router' , 'vuex' ] ,
159- ui : [ 'element-plus' , '@element-plus/icons-vue' ] ,
160- formily : [ '@formily/core' , '@formily/reactive' ] ,
161- chart : [ 'echarts' , 'vue-echarts' ] ,
162- lodash : [ 'lodash' ] ,
163- 'tap-api' : [ '@tap/api' ] ,
164- 'tap-component' : [ '@tap/component' ] ,
165- 'tap-form' : [ '@tap/form' ] ,
166- 'tap-ldp' : [ '@tap/ldp' ] ,
167- 'tap-node-design' : [ '@tap/node-design' ] ,
168- 'tap-request' : [ '@tap/request' ] ,
169- } ,
157+ // manualChunks: {
158+ // vue: ['vue', 'vue-router', 'vuex'],
159+ // ui: ['element-plus', '@element-plus/icons-vue'],
160+ // formily: ['@formily/core', '@formily/reactive'],
161+ // chart: ['echarts', 'vue-echarts'],
162+ // lodash: ['lodash'],
163+ // 'tap-api': ['@tap/api'],
164+ // 'tap-component': ['@tap/component'],
165+ // 'tap-form': ['@tap/form'],
166+ // 'tap-ldp': ['@tap/ldp'],
167+ // 'tap-node-design': ['@tap/node-design'],
168+ // 'tap-request': ['@tap/request'],
169+ // },
170170 } ,
171171 } ,
172172 } ,
0 commit comments