aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-06 10:26:39 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-06 10:58:36 +0200
commita3b5e78af3696f807e54bc4b11e559bbd9b6ba1e (patch)
tree037c42e9a7a637fba9be5d52800afba402eb9df2 /package.json
parent5c145fe7ab6c1e975f5d43391316e8db9ca31974 (diff)
downloadPeerTube-a3b5e78af3696f807e54bc4b11e559bbd9b6ba1e.tar.gz
PeerTube-a3b5e78af3696f807e54bc4b11e559bbd9b6ba1e.tar.zst
PeerTube-a3b5e78af3696f807e54bc4b11e559bbd9b6ba1e.zip
Analyze embed too with bundlewatch
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index aee13e79f..4e4e58878 100644
--- a/package.json
+++ b/package.json
@@ -224,6 +224,14 @@
224 { 224 {
225 "path": "client/dist/en-US/*-es2015.js", 225 "path": "client/dist/en-US/*-es2015.js",
226 "maxSize": "1mb" 226 "maxSize": "1mb"
227 },
228 {
229 "path": "client/dist/standalone/videos/video-embed.bundle.js",
230 "maxSize": "1mb"
231 },
232 {
233 "path": "client/dist/standalone/videos/video-embed.css",
234 "maxSize": "1mb"
227 } 235 }
228 ] 236 ]
229 } 237 }