刘洋 hace 2 años
padre
commit
1b1af95345
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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