diff options
Diffstat (limited to 'client/webpack')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 2 |
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 | ||