Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Oct 17, 2024
1 parent 4278130 commit 3c2b775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export async function rpInlineEnum(rawOptions: Options, meta?: any): Promise<rol
// Don't transform a module that is overrode
const cacheKey = pathUtils.makePathEqualityKey(moduleId);
if (options.moduleOverrides && (cacheKey in options.moduleOverrides)) {
return;
// return;
}

let s: MagicString | undefined;
Expand Down

0 comments on commit 3c2b775

Please sign in to comment.