]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/webpack/webpack.video-embed.js
Add french
[github/Chocobozzz/PeerTube.git] / client / webpack / webpack.video-embed.js
index 63cda07bdfc6d6942377b81d6e849b51811a4622..5a4e35deac3e1ce5e9599b7e396e9dc7cce07dc9 100644 (file)
@@ -35,6 +35,8 @@ module.exports = function () {
       publicPath: '/client/standalone/videos/'
     },
 
+    // devtool: 'source-map',
+
     module: {
 
       rules: [
@@ -136,8 +138,8 @@ module.exports = function () {
     ],
 
     performance: {
-      maxEntrypointSize: 600000, // 600kB
-      maxAssetSize: 600000
+      maxEntrypointSize: 700000, // 600kB
+      maxAssetSize: 700000
     },
 
     node: {