Skip to content

Commit

Permalink
Node wasm implementation - fix error? (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Dec 9, 2024
1 parent 9fc4ccb commit a3e8d49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runner-server-web-vscode/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const browserClientConfig = {
alias: {},
fallback: {
path: require.resolve('path-browserify'),
child_process: false,
process: false
},
},
module: {
Expand Down

0 comments on commit a3e8d49

Please sign in to comment.