pengwei
2025-03-24 f90fbbc76d23340e4568dd4dadbab5f7f02a030f
ÏîÄ¿´úÂë/client/vite.config.js
@@ -13,6 +13,16 @@
    vueJsx(),
    vueDevTools(),
  ],
  build: {
    minify: "terser", // å¿…须开启:使用terserOptions才有效果
    terserOptions: {
      compress: {
        //生产环境时移除console
        drop_console: true,
        drop_debugger: true,
      },
    },
  },
  resolve: {
    alias: [
      {