Skip to content

Commit

Permalink
Merge pull request #1522 from embroider-build/format-resolver.json
Browse files Browse the repository at this point in the history
format resolver.json more nicely
  • Loading branch information
ef4 authored Jul 8, 2023
2 parents 96f87d1 + bae7569 commit be02b4a
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 be02b4a

Please sign in to comment.