-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import relative rewrite fix: change __wb_rewrite_import__(url) -> __w…
…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
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters