chore: Remove ClosePlugin from Vite config

This commit is contained in:
Danny Avila 2024-08-28 13:00:01 -04:00
parent 08d2a88e70
commit 3b4a0517e9
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364

View file

@ -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: {