Skip to content

Commit

Permalink
Handle imports that don’t begin with a “~” correctly (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandertrefz authored Mar 7, 2025
1 parent 6064f12 commit e357bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export function getRenderOptions(
}
}
}
done(null);
done({ file: context.sys.normalizePath(url) });
};
importers.push(importer);

Expand Down

0 comments on commit e357bc1

Please sign in to comment.