From 961778b3c520216a1ce3f4cef951b9acebc619cb Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Fri, 15 Sep 2023 09:49:02 -0700 Subject: [PATCH] Disable error logging for missing settings cog on references beta feature Bug: T346404 Change-Id: I36b1759f6d00ff6ce584a1bc1ac68dedd633fc6a --- resources/dist/index.js | Bin 47706 -> 47824 bytes resources/dist/index.js.map.json | Bin 216456 -> 216777 bytes src/ui/renderer.js | 6 ++++++ webpack.config.js | 4 ++-- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/dist/index.js b/resources/dist/index.js index c73b4c37333ec97e31bb8f7011c7d7282edaf262..b84ad26b43f9e9ec55cf62a4e7655ddd4548a4f8 100644 GIT binary patch delta 123 zcmcchh3UdqrVafLj6s_xI7qWF`fpz2qGrpSnWi!MRlV8d6WQi$sU@XFdDfdRHR|z; z1f|+4xw(cod&E0B`3Hr#x+v-RZx)%D$qdwAH${mRsDI&1O(r09dUi1rP|$wfZ%%)kR4s zXmi)ZOlF|sFH@9Qfr`avX)*yR$2rAJK*6o^esc==Yvh*eCFkd*Wu|NDq}c{-KCnVS F2mq`GB*Opz diff --git a/resources/dist/index.js.map.json b/resources/dist/index.js.map.json index e2a5bfec3430f4144c7e5fe2803f4d9b88dcc38a..b25ab83c6762b3ecac70d5a95995a0be980bf258 100644 GIT binary patch delta 383 zcmeB}&3ke#?}pH6j24r_rtRgZipX=)adkABEIr+w(>x;ENyptWJ#upP^trqlQQ91A7O!JstlT_xnI0pfY4efg+m9?~TtA&FGfhDwCNHKW zreu1hBa^mZNo7H*Zc%DlYEf!la;mz5=5&G2jMCE&Ff*yvgVbp%R6~^O>nnt0q$Ir7EQ4rxxd_mndW;mZd5rDio)dlw{_m z7b_&^rz>cL7@L@x7?^14K};@61!~E&261W?Qgez^p;k_hoy^GI-eAwPy}_QDgAV`& CrG<$A delta 193 zcmX>(m$zd!?}pH6jOCNVrtRg(i^y}*adj-5EIr+wvn(RpNypvMAYyX%^trr-k>NU? zj?R8S!X$FD=nQQ}#)8R?Gu@ah0ycNfoX#R)8I<8{;iTj2=g+3l^C(nL15gxoA3*na^aW#ZQ ( { // Minified uncompressed size limits for chunks / assets and entrypoints. Keep these numbers // up-to-date and rounded to the nearest 10th of a kibibyte so that code sizing costs are // well understood. Related to bundlesize minified, gzipped compressed file size tests. - maxAssetSize: 46.7 * 1024, - maxEntrypointSize: 46.7 * 1024, + maxAssetSize: 46.8 * 1024, + maxEntrypointSize: 46.8 * 1024, // The default filter excludes map files but we rename ours. assetFilter: ( filename ) => !filename.endsWith( srcMapExt )