go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.13k stars 5.41k forks source link

Move eventsource.sharedworker to worker-loader #12459

Open silverwind opened 4 years ago

silverwind commented 4 years ago

worker-loader@3.0.0 has been released so we can now update it and move the shared worker to load with it using the workerType option. cc: @zeripath.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.

silverwind commented 3 years ago

I think this depends on webpack 5 if we want it in an async chunk. Still some blockers for webpack 5 thought.