Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit da1caad

Browse files
committed
No need to exit early since nothing will be hit anyways.
1 parent 102f0f6 commit da1caad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ export default function lodash({ types }) {
5454
importModule.cache.clear();
5555
store.clear();
5656

57-
if (_.isEmpty(ids)) {
58-
return;
59-
}
6057
// Populate module paths per package.
6158
_.each(ids, id => {
6259
store.set(id);

0 commit comments

Comments
 (0)