Skip to content

Commit

Permalink
feat: remove process global from Vite configuration node polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Nov 22, 2024
1 parent 5e7ea3c commit 92f9a33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/react-app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default defineConfig({
react(),
nodePolyfills({
globals: {
process: false,
Buffer: false,
},
include: ['buffer', 'crypto', 'stream', 'util'],
Expand Down

0 comments on commit 92f9a33

Please sign in to comment.