Skip to content

Commit 98cb6bd

Browse files
committed
chore: update package versions and build configurations, including Vue and Vite plugins
1 parent f836da3 commit 98cb6bd

4 files changed

Lines changed: 308 additions & 349 deletions

File tree

apps/daas/vite.config.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dev:daas": "pnpm --filter daas start:dev",
1212
"dev:cloud": "pnpm --filter cloud start:dev",
1313
"taptest:daas": "pnpm --filter daas taptest",
14-
"build:daas": "pnpm --filter daas build",
14+
"build:daas": "pnpm --filter daas build --emptyOutDir",
1515
"build:cloud": "pnpm --filter cloud build",
1616
"daas": "pnpm --filter daas start:test",
1717
"cloud": "cross-env NODE_OPTIONS=--openssl-legacy-provider pnpm --filter cloud start",

0 commit comments

Comments
 (0)