X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=4e4e58878cde8331009962351cbf54e3d9fd6c87;hb=c9ea405f1024d6cf7ec41869c4d6b0fac551f64f;hp=c579030f53cea0f498db63092036b95b002cc401;hpb=97aaeadad537cc6b19f508f074c3fba01ed1e93b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index c579030f5..4e4e58878 100644 --- a/package.json +++ b/package.json @@ -218,5 +218,21 @@ "sasslintConfig": "client/.sass-lint.yml", "_moduleAliases": { "@server": "dist/server" + }, + "bundlewatch" : { + "files": [ + { + "path": "client/dist/en-US/*-es2015.js", + "maxSize": "1mb" + }, + { + "path": "client/dist/standalone/videos/video-embed.bundle.js", + "maxSize": "1mb" + }, + { + "path": "client/dist/standalone/videos/video-embed.css", + "maxSize": "1mb" + } + ] } }