diff --git a/webpack.config.js b/webpack.config.js index f427e10582..9b6e17bed1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -95,6 +95,8 @@ module.exports = (env, argv) => { node: { // Mock out the NodeFS module: The opus decoder imports this wrongly. fs: 'empty', + net: 'empty', + tls: 'empty', }, entry: {