Skip to content

Commit e357bc1

Browse files
Handle imports that don’t begin with a “~” correctly (#596)
1 parent 6064f12 commit e357bc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export function getRenderOptions(
139139
}
140140
}
141141
}
142-
done(null);
142+
done({ file: context.sys.normalizePath(url) });
143143
};
144144
importers.push(importer);
145145

0 commit comments

Comments
 (0)