Skip to content

Commit e357bc1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.ts

+1-1
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)