Skip to content

Commit

Permalink
Merge pull request #14 from jbrower95/jb/fix-app
Browse files Browse the repository at this point in the history
[chore] Update aliases to include node:buffer and node:stream
  • Loading branch information
Divide-By-0 authored Mar 2, 2024
2 parents c4ac8b2 + 04785ba commit 0730549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export default {
plugins: [commonjs(), react(), tsconfig()],
resolve: {
alias: {
"node:buffer": "buffer",
"node:stream": "stream-browserify",
buffer: "buffer",
process: "rollup-plugin-node-polyfills/polyfills/process-es6",
util: "rollup-plugin-node-polyfills/polyfills/util",
Expand Down

0 comments on commit 0730549

Please sign in to comment.