cli: add back a few more node polyfills for vite config

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-10-10 11:56:31 +02:00
parent 16c6025f21
commit ff9c2f749c
+5
View File
@@ -165,12 +165,17 @@ DEPRECATION WARNING: React Router Beta is deprecated and support for it will be
include: [
'buffer',
'events',
'fs',
'http',
'https',
'os',
'path',
'process',
'querystring',
'stream',
'url',
'util',
'zlib',
],
globals: {
global: true,