Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import relative rewrite fix: change __wb_rewrite_import__(url) -> __w… #117

Merged
merged 2 commits into from
Mar 28, 2023

Conversation

ikreymer
Copy link
Member

…b_rewrite_import__(base, url)

where base is either empty or the 'import.meta.url' (if used in a module) if base is provided, resolve url with base to ensure relative urls resolve to correct module-relative url bump to 3.5.0
part of fix for issue raised in #116

…b_rewrite_import__(base, url)

where base is either empty or the 'import.meta.url' (if used in a module)
if base is provided, resolve url with base to ensure relative urls resolve to correct module-relative url
bump to 3.5.0
part of fix for issue raised in #116
@ikreymer ikreymer merged commit 2c0e14a into main Mar 28, 2023
@ikreymer ikreymer deleted the import-add-base-url branch March 28, 2023 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant