update
This commit is contained in:
@@ -29,4 +29,11 @@ export default defineConfig({
|
||||
host: true,
|
||||
https: false,
|
||||
},
|
||||
optimizeDeps: {
|
||||
esbuildOptions: {
|
||||
target: 'es2020',
|
||||
},
|
||||
// @iconify/iconify: The dependency is dynamically and virtually loaded by @purge-icons/generated, so it needs to be specified explicitly
|
||||
include: ['lodash-es', 'ant-design-vue/es/locale/zh_CN', 'ant-design-vue/es/locale/en_US'],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user