Skip to content

Commit

Permalink
fix: these properties are required by @angular-devkit/build-angular now
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Sep 21, 2019
1 parent 5ab1e07 commit 9a4eb94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/angular/src/server/angular-cli_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ export function getAngularCliWebpackConfigOptions(dirToSearch: Path) {
buildOptions: {
sourceMap: false,
optimization: {},
outputPath: 'storybook-static',
scripts: [],
styles: [],
...projectOptions,
assets: normalizedAssets,
},
Expand Down

0 comments on commit 9a4eb94

Please sign in to comment.