Browse Source

Update vite.config.ts

lex 2 years ago
parent
commit
48762cf8a0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      vite.config.ts

+ 2 - 1
vite.config.ts

@@ -110,6 +110,7 @@ export default defineConfig({
         index: resolve('index.html'),
         teacher: resolve('teacher.html')
       }
-    }
+    },
+    target: 'es2015'
   }
 })