From cc3e2d9b7a433c92cb5d4ec8e1fada9f34d79f00 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Jan 2017 21:54:40 +0100 Subject: Client: add dll support --- client/config/webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/config/webpack.common.js') diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js index 09d6f72b5..223f55c2e 100644 --- a/client/config/webpack.common.js +++ b/client/config/webpack.common.js @@ -323,7 +323,7 @@ module.exports = function (options) { * See: https://webpack.github.io/docs/configuration.html#node */ node: { - global: 'true', + global: true, crypto: 'empty', process: true, module: false, -- cgit v1.2.3