X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=4e4e58878cde8331009962351cbf54e3d9fd6c87;hb=30bc55c88b3b7416c2224925e88639694fd32746;hp=c579030f53cea0f498db63092036b95b002cc401;hpb=2291a412d25bd139398ca9e7a5131d0c1e4ffd7d;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" + } + ] } }