diff options
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: [ |