mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
feat(@schematics/angular): add anyComponentStyle
to the applications bundle budget
This commit is contained in:
parent
19b120947d
commit
2a0dc39de3
@ -223,6 +223,11 @@ function addAppToWorkspaceFile(options: ApplicationOptions, appDir: string): Rul
|
||||
type: 'initial',
|
||||
maximumWarning: '2mb',
|
||||
maximumError: '5mb',
|
||||
},
|
||||
{
|
||||
type: 'anyComponentStyle',
|
||||
maximumWarning: '6kb',
|
||||
maximumError: '10kb',
|
||||
}],
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user