You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
It should be possible to apply a pre/pitching loader to all files that transforms import.meta.url to __filename. This would allow correct Worker URL creation (solving #31) using URL:
It should be possible to apply a pre/pitching loader to all files that transforms
import.meta.urlto__filename. This would allow correct Worker URL creation (solving #31) usingURL:I believe Webpack's simple partial evaluation should be enough to consider this a "static" URL under the current logic.