Skip to content

Commit b8d1828

Browse files
authored
RI-7410: Exclude backend dependencies from frontend optimisation (#4917)
1 parent 9e94e17 commit b8d1828

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

redisinsight/ui/vite.config.mjs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,18 @@ export default defineConfig({
101101
'@antv/x6',
102102
'@antv/x6-react-shape',
103103
'@antv/hierarchy',
104+
'class-transformer',
105+
'keytar',
106+
'@nestjs/common',
107+
'@nestjs/core',
108+
'@nestjs/event-emitter',
109+
'@nestjs/platform-express',
110+
'@nestjs/platform-socket.io',
111+
'@nestjs/serve-static',
112+
'@nestjs/swagger',
113+
'@nestjs/typeorm',
114+
'@nestjs/websockets',
115+
'nestjs-form-data',
104116
],
105117
esbuildOptions: {
106118
// fix for https://github.com/bvaughn/react-virtualized/issues/1722

0 commit comments

Comments
 (0)