From a3b5e78af3696f807e54bc4b11e559bbd9b6ba1e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 6 Aug 2020 10:26:39 +0200 Subject: Analyze embed too with bundlewatch --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index aee13e79f..4e4e58878 100644 --- a/package.json +++ b/package.json @@ -224,6 +224,14 @@ { "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" } ] } -- cgit v1.2.3