update generic-type-guard and @geprog/vite-plugin-env-config

allows to get rid of node built-in polyfills
This commit is contained in:
Lukas Hass
2022-02-19 00:13:25 +01:00
parent 2755489ccf
commit cc24fd48d5
4 changed files with 11 additions and 12 deletions
-1
View File
@@ -28,7 +28,6 @@
<meta name="theme-color" content="#000000">
<base href="/">
<script>/*polyfill for node built-ins*/window.global = window; window.process = { env: {}};</script>
<style>/*hide cowebsite container before scss is loaded*/#cowebsite { visibility: collapse };</style>
<title>WorkAdventure</title>