feat(@schematics/angular): add anyComponentStyle to the applications bundle budget

This commit is contained in:
Alan Agius 2019-07-23 19:58:43 +02:00 committed by vikerman
parent 19b120947d
commit 2a0dc39de3

View File

@ -223,6 +223,11 @@ function addAppToWorkspaceFile(options: ApplicationOptions, appDir: string): Rul
type: 'initial',
maximumWarning: '2mb',
maximumError: '5mb',
},
{
type: 'anyComponentStyle',
maximumWarning: '6kb',
maximumError: '10kb',
}],
},
},