]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/config/webpack.common.js
Client: add dll support
[github/Chocobozzz/PeerTube.git] / client / config / webpack.common.js
index 09d6f72b5eddc6705edd90f5f32b753900e9993e..223f55c2e39aab1894b8dca120b4c62c7ef48f1e 100644 (file)
@@ -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,