Skip to content

Commit

Permalink
angular: adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jan 6, 2025
1 parent e49f5f7 commit 0867dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/client/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default class JHipsterClientGenerator extends BaseApplicationGenerator {
return this.asPreparingTaskGroup({
preparing({ applicationDefaults }) {
applicationDefaults({
clientBundlerName: ctx => startCase(ctx.clientBundler),
clientBundlerName: ctx => (ctx.clientBundlerExperimentalEsbuild ? ctx.clientBundler : startCase(ctx.clientBundler)),
clientTestFramework: ctx => (ctx.clientFrameworkVue ? 'vitest' : 'jest'),
clientTestFrameworkName: ctx => startCase(ctx.clientTestFramework),
});
Expand Down

0 comments on commit 0867dd3

Please sign in to comment.