update
1.添加急救路线
This commit is contained in:
+2
-1
@@ -56,12 +56,13 @@ export default defineConfig({
|
||||
},
|
||||
optimizeDeps: {
|
||||
esbuildOptions: {
|
||||
target: 'es2020',
|
||||
target: 'esnext',
|
||||
},
|
||||
// @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'],
|
||||
},
|
||||
build: {
|
||||
target: 'esnext',
|
||||
sourcemap: false,
|
||||
// rollupOptions: {
|
||||
// output: {
|
||||
|
||||
Reference in New Issue
Block a user