vben
2020-11-28 54d14056462566521f2528480c13fb24279156ae
vite.config.ts
@@ -55,7 +55,7 @@
   * Available options are 'terser' or 'esbuild'.
   * @default 'terser'
   */
  minify: isDevFn() ? 'esbuild' : 'terser',
  minify: isDevFn() ? false : 'terser',
  /**
   * Base public path when served in production.
   * @default '/'