Skip to content

Commit

Permalink
feat(@schematics/angular): add anyComponentStyle to the application…
Browse files Browse the repository at this point in the history
…s bundle budget
  • Loading branch information
alan-agius4 authored and vikerman committed Jul 25, 2019
1 parent 19b1209 commit 2a0dc39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/schematics/angular/application/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ function addAppToWorkspaceFile(options: ApplicationOptions, appDir: string): Rul
type: 'initial',
maximumWarning: '2mb',
maximumError: '5mb',
},
{
type: 'anyComponentStyle',
maximumWarning: '6kb',
maximumError: '10kb',
}],
},
},
Expand Down

0 comments on commit 2a0dc39

Please sign in to comment.