chore: 移除一些配置项

This commit is contained in:
dap 2025-01-19 19:44:51 +08:00
parent 114126dfc4
commit 0e090bc80a

View File

@ -8,12 +8,6 @@ export default defineConfig(async () => {
return { return {
application: {}, application: {},
vite: { vite: {
optimizeDeps: {
include: [
'ant-design-vue/es/locale/zh_CN',
'ant-design-vue/es/locale/en_US',
],
},
plugins: [ plugins: [
// Components({ // Components({
// dirs: [], // 默认会导入src/components目录下所有组件 不需要 // dirs: [], // 默认会导入src/components目录下所有组件 不需要
@ -37,9 +31,6 @@ export default defineConfig(async () => {
ws: true, ws: true,
}, },
}, },
warmup: {
clientFiles: ['./index.html', './src/{views,components}/*'],
},
}, },
}, },
}; };