Browse Source

Update vite.config.ts

lex 2 năm trước cách đây
mục cha
commit
48762cf8a0
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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'
   }
 })