Skip to content

Commit

Permalink
added vm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Apr 1, 2024
1 parent 1714b12 commit db0429b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.2",
"semantic-ui-react": "^2.1.5",
"stream": "^0.0.2"
"stream": "^0.0.2",
"vm-browserify": "^1.1.2"
}
}
}
1 change: 1 addition & 0 deletions frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
https: require.resolve("https-browserify"),
http: require.resolve("stream-http"),
crypto: require.resolve("crypto-browserify"),
vm: require.resolve("vm-browserify"),
}
},
module: {
Expand Down

0 comments on commit db0429b

Please sign in to comment.