Skip to content

Commit

Permalink
Remove old cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Oct 11, 2022
1 parent 1e8af71 commit 5126518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsc-paths-replacer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async function enqueue(files: string[]): Promise<void> {
}

export const run = async (tsConfig: ConfigProps): Promise<void> => {
[sourceModuleCache, moduleCache, aliasesMap].forEach(map => {
[moduleCache, aliasesMap].forEach(map => {
map.clear();
});

Expand Down

0 comments on commit 5126518

Please sign in to comment.