From 3b4a0517e9c8ccd15429b4d762befc8d520e9c6e Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Wed, 28 Aug 2024 13:00:01 -0400 Subject: [PATCH] chore: Remove ClosePlugin from Vite config --- client/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/vite.config.ts b/client/vite.config.ts index 5378a82955..ed82ea8c03 100644 --- a/client/vite.config.ts +++ b/client/vite.config.ts @@ -52,7 +52,6 @@ export default defineConfig({ envDir: '../', envPrefix: ['VITE_', 'SCRIPT_', 'DOMAIN_', 'ALLOW_'], plugins: [ - ClosePlugin(), react(), nodePolyfills(), VitePWA({ @@ -98,6 +97,7 @@ export default defineConfig({ }, }), sourcemapExclude({ excludeNodeModules: true }), + ClosePlugin(), ], publicDir: './public', build: {