艺术家
2025-05-22 52756e8a22ff5d3c5e9cf90dfa5b87742c60350d
ÏîÄ¿´úÂë/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: [
      {