diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-19 21:54:40 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-19 21:54:40 +0100 |
commit | cc3e2d9b7a433c92cb5d4ec8e1fada9f34d79f00 (patch) | |
tree | d9f82e495dd3ab31d4b363101594dfd818036547 /client/config/webpack.common.js | |
parent | be3bac3afb88560c0112aab92f64eef06f9d042d (diff) | |
download | PeerTube-cc3e2d9b7a433c92cb5d4ec8e1fada9f34d79f00.tar.gz PeerTube-cc3e2d9b7a433c92cb5d4ec8e1fada9f34d79f00.tar.zst PeerTube-cc3e2d9b7a433c92cb5d4ec8e1fada9f34d79f00.zip |
Client: add dll support
Diffstat (limited to 'client/config/webpack.common.js')
-rw-r--r-- | client/config/webpack.common.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
323 | * See: https://webpack.github.io/docs/configuration.html#node | 323 | * See: https://webpack.github.io/docs/configuration.html#node |
324 | */ | 324 | */ |
325 | node: { | 325 | node: { |
326 | global: 'true', | 326 | global: true, |
327 | crypto: 'empty', | 327 | crypto: 'empty', |
328 | process: true, | 328 | process: true, |
329 | module: false, | 329 | module: false, |