mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-28 15:15:18 +08:00
refactor: cast包替换
This commit is contained in:
@@ -77,9 +77,6 @@ const viteConfig: UserConfig = {
|
||||
},
|
||||
},
|
||||
},
|
||||
esbuild: {
|
||||
drop: isProd ? ['console', 'debugger'] : [],
|
||||
},
|
||||
define: {
|
||||
__VUE_I18N_LEGACY_API__: JSON.stringify(false),
|
||||
__VUE_I18N_FULL_INSTALL__: JSON.stringify(false),
|
||||
@@ -100,11 +97,6 @@ const viteConfig: UserConfig = {
|
||||
},
|
||||
],
|
||||
},
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
api: 'modern-compiler', // or 'modern'
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user