Skip to content

Commit

Permalink
is this needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Sep 14, 2024
1 parent a9a86a7 commit c173c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/module-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class Resolver {

request = this.handleFastbootSwitch(request);
request = await this.handleGlobalsCompat(request);
request = this.handleEncodedAppJsMatch(request);
// request = this.handleEncodedAppJsMatch(request);
request = this.handleImplicitModules(request);
request = this.handleImplicitTestScripts(request);
request = this.handleVendorStyles(request);
Expand Down

0 comments on commit c173c33

Please sign in to comment.