Skip to content

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

@bvaughn

Description

@bvaughn

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions