fix: fix table column settings not displayed by setting

This commit is contained in:
vben
2020-11-28 19:15:06 +08:00
parent de499a1455
commit 54d1405646
3 changed files with 17 additions and 8 deletions

View File

@@ -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 '/'