Prechádzať zdrojové kódy

Update vite.config.ts

lex 2 rokov pred
rodič
commit
48762cf8a0
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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'
   }
 })