We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
main.js
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.
The text was updated successfully, but these errors were encountered:
Hey, I'm a first-time contributor, can I work on this? If yeah could you give me sources to look into?
Sorry, something went wrong.
This issue is already assigned to @lunaruan.
Closed by #22102
lunaruan
No branches or pull requests
Apparently the release of the new scheduling profiler pushed us over some limit the Firefox store implies on extension script size:
![image](https://user-images.githubusercontent.com/29597/129217370-d323b75d-6643-4333-a5e3-aa956e8d07de.png)
Specifically, our
![Screen Shot 2021-08-12 at 7 45 57 AM](https://user-images.githubusercontent.com/29597/129217632-51e9d685-d23a-4542-be60-32838d4c28aa.png)
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.
The text was updated successfully, but these errors were encountered: