Skip to content

Commit 92f9a33

Browse files
committed
feat: remove process global from Vite configuration node polyfills
1 parent 5e7ea3c commit 92f9a33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/react-app/vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export default defineConfig({
99
react(),
1010
nodePolyfills({
1111
globals: {
12-
process: false,
1312
Buffer: false,
1413
},
1514
include: ['buffer', 'crypto', 'stream', 'util'],

0 commit comments

Comments
 (0)