Skip to content
New issue

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

[DevTools] Split extension bundle to comply with Firefox upload process #22081

Closed
bvaughn opened this issue Aug 12, 2021 · 3 comments
Closed

Comments

@bvaughn
Copy link
Contributor

bvaughn commented Aug 12, 2021

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

Specifically, our main.js file is too large:
Screen Shot 2021-08-12 at 7 45 57 AM

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.

@yashu2001
Copy link

Hey, I'm a first-time contributor, can I work on this?
If yeah could you give me sources to look into?

@bvaughn
Copy link
Contributor Author

bvaughn commented Aug 26, 2021

This issue is already assigned to @lunaruan.

@lunaruan
Copy link
Contributor

Closed by #22102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants