aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/webpack/webpack.video-embed.js
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-21 14:08:14 +0200
committerChocobozzz <me@florianbigard.com>2018-09-24 13:38:38 +0200
commitd1a63fc7ac58a1db00d8ca4f43aadba02eb9b084 (patch)
treebe1c7f15a3403d59749571dcd1206bdc8dab94c6 /client/webpack/webpack.video-embed.js
parent6937f26a5e8b17c7a27f267bce2682ab01611f2f (diff)
downloadPeerTube-d1a63fc7ac58a1db00d8ca4f43aadba02eb9b084.tar.gz
PeerTube-d1a63fc7ac58a1db00d8ca4f43aadba02eb9b084.tar.zst
PeerTube-d1a63fc7ac58a1db00d8ca4f43aadba02eb9b084.zip
Fix videos list user NSFW policy
Diffstat (limited to 'client/webpack/webpack.video-embed.js')
-rw-r--r--client/webpack/webpack.video-embed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js
index 12ab6a639..909048cca 100644
--- a/client/webpack/webpack.video-embed.js
+++ b/client/webpack/webpack.video-embed.js
@@ -39,7 +39,7 @@ module.exports = function () {
39 publicPath: '/client/standalone/videos/' 39 publicPath: '/client/standalone/videos/'
40 }, 40 },
41 41
42 // devtool: 'source-map', 42 devtool: process.env.NODE_ENV === 'production' ? false : 'source-map',
43 43
44 module: { 44 module: {
45 45