aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/config
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-02-10 11:03:03 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-02-10 11:03:03 +0100
commitc70e0710b39b45e1b8b2d043e3d94f59df16b8a8 (patch)
tree955418cecbd6885a7c29700af689091cffe0bb67 /client/config
parenta17bc2c34e79c144b7e71ff903c16c2e68371b48 (diff)
downloadPeerTube-c70e0710b39b45e1b8b2d043e3d94f59df16b8a8.tar.gz
PeerTube-c70e0710b39b45e1b8b2d043e3d94f59df16b8a8.tar.zst
PeerTube-c70e0710b39b45e1b8b2d043e3d94f59df16b8a8.zip
Update modules
Diffstat (limited to 'client/config')
-rw-r--r--client/config/webpack.dev.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/config/webpack.dev.js b/client/config/webpack.dev.js
index 1e975b261..3468dba78 100644
--- a/client/config/webpack.dev.js
+++ b/client/config/webpack.dev.js
@@ -101,7 +101,10 @@ module.exports = function (env) {
101 } 101 }
102 } 102 }
103 ], 103 ],
104 exclude: [/\.(spec|e2e)\.ts$/] 104 exclude: [
105 /\.(spec|e2e)\.ts$/,
106 /node_modules\//
107 ]
105 } 108 }
106 ] 109 ]
107 }, 110 },