mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-26 21:28:50 +01:00
chore: Remove ClosePlugin from Vite config
This commit is contained in:
parent
08d2a88e70
commit
3b4a0517e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue