diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-29 15:05:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-29 15:05:14 +0200 |
commit | f6a7c82ca51896a433bc2264c52afd6981c7c4c6 (patch) | |
tree | 61523331ce489fb89ea6f18da98088e255ea310b /client/webpack | |
parent | f6d2158fd9b16e304532549cf97440c0d995340b (diff) | |
download | PeerTube-f6a7c82ca51896a433bc2264c52afd6981c7c4c6.tar.gz PeerTube-f6a7c82ca51896a433bc2264c52afd6981c7c4c6.tar.zst PeerTube-f6a7c82ca51896a433bc2264c52afd6981c7c4c6.zip |
Fix AP activity validator
Diffstat (limited to 'client/webpack')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 4a8879031..5a4e35dea 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js | |||
@@ -35,6 +35,8 @@ module.exports = function () { | |||
35 | publicPath: '/client/standalone/videos/' | 35 | publicPath: '/client/standalone/videos/' |
36 | }, | 36 | }, |
37 | 37 | ||
38 | // devtool: 'source-map', | ||
39 | |||
38 | module: { | 40 | module: { |
39 | 41 | ||
40 | rules: [ | 42 | rules: [ |