Skip to content

Commit

Permalink
chore: disable perf_hooks in mainsail webpack config (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
goga-m authored Mar 28, 2024
1 parent 0122300 commit a0bc774
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/mainsail/webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,11 @@ module.exports = {
],
resolve: {
...baseConfig.resolve,
fallback: {
child_process: false,
fs: false,
perf_hooks: false,
module: false,
},
},
};

0 comments on commit a0bc774

Please sign in to comment.