Update client/webpack.config.js

This commit is contained in:
Marius van den Beek
2025-08-27 15:10:45 +02:00
committed by GitHub
parent ae6c504e3e
commit 65d634e347
+1 -1
View File
@@ -378,7 +378,7 @@ module.exports = (env = {}, argv = {}) => {
allowAsyncCycles: false,
// set the current working directory for displaying module paths
cwd: process.cwd(),
})
}),
);
}