mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 02:01:30 +08:00
fix: fix table column settings not displayed by setting
This commit is contained in:
@@ -55,7 +55,7 @@ const viteConfig: UserConfig = {
|
||||
* Available options are 'terser' or 'esbuild'.
|
||||
* @default 'terser'
|
||||
*/
|
||||
minify: isDevFn() ? 'esbuild' : 'terser',
|
||||
minify: isDevFn() ? false : 'terser',
|
||||
/**
|
||||
* Base public path when served in production.
|
||||
* @default '/'
|
||||
|
Reference in New Issue
Block a user