mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
Fixed websockets chat message limit bug
This commit is contained in:
@@ -3,6 +3,7 @@ import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
// Import path module for resolving file paths
|
||||
import { resolve } from 'path';
|
||||
import fixReactVirtualized from 'esbuild-plugin-react-virtualized'
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
@@ -25,5 +26,10 @@ export default defineConfig({
|
||||
assetFileNames: `[name].[ext]`
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
optimizeDeps: {
|
||||
esbuildOptions: {
|
||||
plugins: [fixReactVirtualized],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user