chore: added missing await

Signed-off-by: Alper Altay <alper.altay@lego.com>
This commit is contained in:
Alper Altay
2024-05-13 14:38:01 +02:00
committed by blam
parent f1856032d3
commit f8eeeb8774
+1 -1
View File
@@ -165,7 +165,7 @@ DEPRECATION WARNING: React Router Beta is deprecated and support for it will be
});
if (process.env.EXPERIMENTAL_VITE) {
const vite = import('vite');
const vite = await import('vite');
const { default: viteReact } = await import('@vitejs/plugin-react');
const { nodePolyfills: viteNodePolyfills } = await import(
'vite-plugin-node-polyfills'