Apparently the release of the new scheduling profiler pushed us over some limit the Firefox store implies on extension script size:

Specifically, our main.js file is too large:

Maybe we can adjust the WebPack configuration to split this script into multiple parts and import those parts at runtime to work around this limit.
Apparently the release of the new scheduling profiler pushed us over some limit the Firefox store implies on extension script size:

Specifically, our

main.jsfile is too large:Maybe we can adjust the WebPack configuration to split this script into multiple parts and import those parts at runtime to work around this limit.