Skip to content

Commit

Permalink
format resolver.json more nicely
Browse files Browse the repository at this point in the history
This is purely an aid to debugging.
  • Loading branch information
ef4 committed Jul 8, 2023
1 parent 96f87d1 commit bae7569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compat/src/compat-app-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ export class CompatAppBuilder {
}

private addResolverConfig(config: CompatResolverOptions) {
outputJSONSync(join(locateEmbroiderWorkingDir(this.compatApp.root), 'resolver.json'), config);
outputJSONSync(join(locateEmbroiderWorkingDir(this.compatApp.root), 'resolver.json'), config, { spaces: 2 });
}

private shouldSplitRoute(routeName: string) {
Expand Down

0 comments on commit bae7569

Please sign in to comment.