diff --git a/client/webpack.config.js b/client/webpack.config.js index 62a2c236..35d08853 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -37,6 +37,7 @@ module.exports = { util: 'require("util")', process: 'require("process")', net: 'require("net")', + crypto: 'require("crypto")', request: 'require(require("path").join(require("electron").remote.app.getAppPath(), "node_modules", "request"))', sparkplug: 'require("../../core/dist/sparkplug")' },