Skip to content

Worker scripts is not bundled #112

Description

@pingjiang

There is an issue with the variable inspection feature in DevTools. After investigation, it was found that the problem stems from missing worker files in the release bundle. We hope this can be fixed.
The key compiled code is:
createWorker() { let $ = GK.WorkerWrapper.fromURL(new URL("../../entrypoints/formatter_worker/formatter_worker-entrypoint.js", import.meta.url)); }
This JavaScript file was not included in the release bundle.

Let me know if you'd like help drafting a bug report or communicating this to the DevTools team.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions