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
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.url
to__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.
The text was updated successfully, but these errors were encountered: