刘洋 2 years ago
parent
commit
1b1af95345
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -150,7 +150,7 @@ export default defineConfig({
     ssr: false,
     // FIXME: 为初期测试开启的调试
     sourcemap: !!disableObfuse,
-    target: ["chrome52"],
+    target: ["chrome58"],
   },
   // define: {
   //   __VUE_PROD_DEVTOOLS__: true, // no effect