aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/config/webpack.common.js
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-01-19 21:54:40 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-01-19 21:54:40 +0100
commitcc3e2d9b7a433c92cb5d4ec8e1fada9f34d79f00 (patch)
treed9f82e495dd3ab31d4b363101594dfd818036547 /client/config/webpack.common.js
parentbe3bac3afb88560c0112aab92f64eef06f9d042d (diff)
downloadPeerTube-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.js2
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,