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