diff --git a/client/vite.config.js b/client/vite.config.js index 0d85df86..ea017597 100644 --- a/client/vite.config.js +++ b/client/vite.config.js @@ -90,7 +90,7 @@ export default defineConfig({ ], build: { sourcemap: false, - modulePreload: { polyfill: false }, + modulePreload: { polyfill: true }, }, server: { port: 5173,