Update webpack to 4.47.0 / webpack-cli to 4.10.0

This commit is contained in:
Johannes Marbach 2023-09-21 20:47:58 +02:00
parent dcc0f9fbf6
commit 218a3b478d
3 changed files with 108 additions and 120 deletions

View file

@ -143,6 +143,9 @@ module.exports = (env, argv) => {
return {
...development,
bail: true,
node: {
// Mock out the NodeFS module: The opus decoder imports this wrongly.
fs: "empty",