Skip to content

Commit

Permalink
explicitly specify that we aren't using a polyfill for vm (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbocarsly authored Nov 7, 2024
1 parent 3230bb2 commit d381512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
stream: require.resolve("stream-browserify"),
process: require.resolve("process/browser"),
buffer: require.resolve("buffer/"),
vm: false,
};
config.externals = {
...config.externals,
Expand Down

0 comments on commit d381512

Please sign in to comment.