Skip to content

Commit

Permalink
Merge pull request #20296 from howbout-ltd/fix-angular-builder-webpac…
Browse files Browse the repository at this point in the history
…k-stats-json-schema

Angular: Fix webpackStatsJson types in angular-builder
  • Loading branch information
shilman committed Jan 11, 2023
1 parent 84801cf commit c014ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/angular/src/builders/build-storybook/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
},
"webpackStatsJson": {
"type": "boolean",
"type": ["boolean", "string"],
"description": "Write Webpack Stats JSON to disk",
"default": false
},
Expand Down

0 comments on commit c014ae3

Please sign in to comment.