aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/webpack/webpack.video-embed.js
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-29 15:05:03 +0200
committerChocobozzz <me@florianbigard.com>2018-05-29 15:05:14 +0200
commitf6a7c82ca51896a433bc2264c52afd6981c7c4c6 (patch)
tree61523331ce489fb89ea6f18da98088e255ea310b /client/webpack/webpack.video-embed.js
parentf6d2158fd9b16e304532549cf97440c0d995340b (diff)
downloadPeerTube-f6a7c82ca51896a433bc2264c52afd6981c7c4c6.tar.gz
PeerTube-f6a7c82ca51896a433bc2264c52afd6981c7c4c6.tar.zst
PeerTube-f6a7c82ca51896a433bc2264c52afd6981c7c4c6.zip
Fix AP activity validator
Diffstat (limited to 'client/webpack/webpack.video-embed.js')
-rw-r--r--client/webpack/webpack.video-embed.js2
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: [