Skip to content

Commit

Permalink
fix: package info from original filename
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Aug 9, 2020
1 parent 6044906 commit 699187d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/instrument/src/babel/extract-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const extractComponent = async (
}
componentPackage = await packageInfo(
componentName,
follow.filePath,
follow.originalFilePath,
options?.components?.package,
);
} else {
Expand Down

0 comments on commit 699187d

Please sign in to comment.